You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/06/09 20:06:16 UTC

DO NOT REPLY [Bug 20618] - class org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher

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

peter.reilly@corvil.com 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 peter.reilly@corvil.com  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org