You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2003/06/01 19:46:39 UTC

DO NOT REPLY [Bug 5734] - the boundary matcher "\b" doesn't seem to work

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=5734>.
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=5734

the boundary matcher "\b" doesn't seem to work

vgritsenko@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From vgritsenko@apache.org  2003-06-01 17:46 -------
Tried with 1.3-dev, with following in RETest.txt:

#1
^\bcomputer$
computer
YES
computer

#2
^\bcomputer$
supercomputer
NO

#3
\bcomputer
supercomputer
NO


All tests succeded, "supercomputer" isn't matched.

---------------------------------------------------------------------
To unsubscribe, e-mail: regexp-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: regexp-dev-help@jakarta.apache.org