Alex,
Am 25.09.2012 17:00, schrieb Alex Muir:
I had copied that incorrectly from a much larger regex which contained (\s+\P{Ll}{3,280}?) and was giving an exception.
Actually I just noticed that the exception I was getting prior to copying was
[FORX0004] Regular expression: 'Illegal quantifier, lower > upper bound: {3,2}'
related to {3,280} if I change it to {3,80} the exception goes away
this is a known bug [1] that was reported earlier this month [2]. Sorry for the inconvenience, we'll look into it as soon as possible.
Leo
[1] https://github.com/BaseXdb/basex/issues/573 [2] https://mailman.uni-konstanz.de/pipermail/basex-talk/2012-September/003814.h...