Re: Regex problems with XMLBeans

2014-02-14 Thread robertlazarski .
On Fri, Feb 14, 2014 at 8:14 PM, T. Allen wrote: > I did not receive any replies about this problem but was able to get past > it. Changing the regex from: > > > to: > > > fixed the problem. It seems XML Beans does not interpret the leading ^ > symbol correctly. Is this by design or should I

Re: Regex problems with XMLBeans

2014-02-14 Thread T. Allen
I did not receive any replies about this problem but was able to get past it. Changing the regex from: to: fixed the problem. It seems XML Beans does not interpret the leading ^ symbol correctly. Is this by design or should I create a JIRA? Thanks, T On 2/12/2014 9:01 AM, T. Allen wro