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 Summary: the boundary matcher "\b" doesn't seem to work Product: Regexp Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] there might be a problem with the RE class when using the "\b" boundary matcher. for example the "\bcomputer" expression will match the string "supercomputer", when it shouldn't. try this in REDemo. you should get the error. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>