[
https://issues.apache.org/jira/browse/JEXL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585670#comment-16585670
]
Dmitri Blinov commented on JEXL-175:
------------------------------------
Created separate PR for this [https://github.com/apache/commons-jexl/pull/9]
> java.util.regex.Pattern creation operator
> -----------------------------------------
>
> Key: JEXL-175
> URL: https://issues.apache.org/jira/browse/JEXL-175
> Project: Commons JEXL
> Issue Type: New Feature
> Affects Versions: 2.1.1
> Reporter: Dmitri Blinov
> Priority: Minor
> Fix For: Later
>
>
> Introduce the pattern operator
> {code}
> ~/regex/
> {code}
> to create a java.util.regex.Pattern instance.
> The string inside slashes should not require to escape backslashes and quotes
> as in common string literals, so that regex would be more readable
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)