-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
Some filter expressions require regex as an argument. The parsing of the regex does not allow for all expressions to be used. For example you can't use:
substituteAll("\\s", "replaced")
The pattern fails to be parsed. Using substituteAll("\s", "replaced") results in a pattern of s.