You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (JIRA)" <ji...@apache.org> on 2018/09/13 16:34:00 UTC

[jira] [Resolved] (JEXL-175) java.util.regex.Pattern creation operator

     [ https://issues.apache.org/jira/browse/JEXL-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro resolved JEXL-175.
--------------------------------
       Resolution: Fixed
         Assignee: Henri Biestro
    Fix Version/s:     (was: Later)
                   3.2

Feature commit:
https://github.com/apache/commons-jexl/commit/3f85719359189543d665fdf4035212e023bb26fa

> 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
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.2
>
>
> 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)