Actions
Patch #1409
closedOptionally Circumvent the Regex Crippler
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Internals
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Legacy ID:
sf-1085241
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
SourceForge user: gschadow
I felt this was too ridiculous having had all my regexes
working well from prior versions of Saxon (7.8), Java
supporting all those so well, and now suddenly having to
redo them just because XPath version of regex is so
crippled (e.g., no word boundary \b match, which is not
easy to replace).
So, I went in and created an option to allow full regexes.
This simply shortcuts the RegexTranslator function. The
command line option is:
-fullregex
and the FeatureKey is
Files
Please register to edit this issue
Actions