DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20618>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20618

class org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|class                       |class
                   |org.apache.tools.ant.util.re|org.apache.tools.ant.util.re
                   |gexp.Jdk14RegexpMatcher     |gexp.Jdk14RegexpMatcher



------- Additional Comments From [EMAIL PROTECTED]  2003-06-09 18:06 -------
I think that it is used in the correct fashion, abet
with an incorrect name.

For example with containsregex in CVS head, the
following:
  <concat>
     6M
12
     <filterchain><containregex pattern="[0-9]{0,2}"/></filterchain>
  </concat>
the 6M and the 12 line are found.

and <concat>
     6M
12
     <filterchain><containregex pattern="$[0-9]{0,2}$"/></filterchain>
  </concat>

only the 12 line is found

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to