/[pupa]/bugcomm/lib/bugcomm/utils.rb
ViewVC logotype

Diff of /bugcomm/lib/bugcomm/utils.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by okuji, Sun Sep 29 11:29:39 2002 UTC revision 1.4 by okuji, Mon Oct 14 03:17:06 2002 UTC
# Line 24  require 'rmail/utils' Line 24  require 'rmail/utils'
24  module BugCommunicator  module BugCommunicator
25    
26    # Regular expressions.    # Regular expressions.
27    PROJECT_RE = /\A[a-zA-Z_+-]{1,32}\z/    PROJECT_RE = /\A[a-zA-Z_0-9+-]{1,32}\z/
28    FIELD_RE = /\A[a-zA-Z_]{1,16}\z/    FIELD_RE = /\A[a-zA-Z_]{1,16}\z/
29    
30    # Other constants.    # Other constants.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26