Hello,

I've got following exception when invoking matcher.contains(str, pattern) 
method.

java.lang.ArrayIndexOutOfBoundsException: 14
        at org.apache.oro.text.regex.OpCode._getNextOffset(Unknown Source)
        at org.apache.oro.text.regex.OpCode._getNext(Unknown Source)
        at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
        at org.apache.oro.text.regex.Perl5Matcher.__tryExpression(Unknown 
Source)
        at org.apache.oro.text.regex.Perl5Matcher.__interpret(Unknown Source)
        at org.apache.oro.text.regex.Perl5Matcher.contains(Unknown Source)
        at org.apache.oro.text.regex.Perl5Matcher.contains(Unknown Source)


Matching pattern is either "........" or "^........$" (i don't know which). 
Unfortunately I haven't got string value.

Best Regards,
Vilmantas

---------------------------------------------------------------------
To unsubscribe, e-mail: oro-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: oro-user-h...@jakarta.apache.org

Reply via email to