>Hi, > The following input is failing with the latest version of xmlregexp (and also in version 28), however it passes with the same input in version 23. I think the problem is > > happening after the minoccurs 0 changes. > Input:- > (((((0|1|2|3|4|5|6|7|8|9))){3} | (((0|1|2|3|4|5|6|7|8|9))){1,2} | \*(((0|1|2|3|4|5|6|7|8|9)))?)) > String---- * For the same input if I parenthesize the expressions separated by or then regexpexec returns success. So is the above a syntactical issue or a problem?
Regards Ashwin
|