Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the documentation http://groovy.codehaus.org/Regular+Expressions , the very first line states that :
Groovy supports regular expressions natively using the ~"pattern" expression
However, base on the content, the syntax should be ~/pattern/ instead of ~"pattern"