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

different results for same pattern: missing '^'

           Summary: different results for same pattern: missing '^'
           Product: Regexp
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Here is the programm pattern wich I ran on the console

java -cp jakarta-regexp-1.2.jar org.apache.regexp.recompile "test" "this 
\"([^\"]*?)\" should be the same as \"([^\"]*?)\""

the output was:

// Pre-compiled regular expression 'this "(["]*?)" should be the same as "([^"]
*?)"'


As you can see in the first part of the pattern the '^' is missing.

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

Reply via email to