[basex-talk] RegExp Bug S{n,m}

2012-09-11 Thread Andy Bunce
Hi This expression: replace( ddd ,'(.{6,15}) ','$1@') results in [FORX0002] Invalid pattern: 'Illegal quantifier, lower upper bound: {6,1}'. Could it be that *S*{n,m} is only accepting single digit n and m? This causes http://stackoverflow.com/questions/3767452/xquery-word-wrap to

Re: [basex-talk] RegExp bug

2012-01-07 Thread Christian GrĂ¼n
Dear Mark, I'm sorry to tell you that the boundary matcher \b is not officially supported by XQuery [1,2]; this is why it is not supported anymore by the latest version of BaseX. If you want to have this feature provided in XQuery 3.0 or a future version, you are invited to submit a small feature