Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New
Description
Character classes commonly used in regular expressions like \s for whitespace are not currently supported and may well be returning false negatives because they don't throw any "unsupported" errors.
The proposal is that the RegExp class add support for the set of character classes defined by Java's Pattern API
I can work on a patch if we think this is something we want to consider.