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

Djee updated NIFI-1589:
-----------------------
    Description: 
When trying to match "[", the opening bracket causes an error if not escaped 
(Not a Java Regular Expression). But, "\[" will not match "[" but "\[".
I am not sure if this a bug or working as intended, but there should be a way 
to regex the opening bracket character.

  was:
When trying to match "[", the opening bracket causes an error if not escaped 
(Not a Java Regular Expression). But, "\[" will not match "[" but "\\[".
I am not sure if this a bug or working as intended, but there should be a way 
to regex the opening bracket character.


> replaceText can't match [
> -------------------------
>
>                 Key: NIFI-1589
>                 URL: https://issues.apache.org/jira/browse/NIFI-1589
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Djee
>            Priority: Minor
>
> When trying to match "[", the opening bracket causes an error if not escaped 
> (Not a Java Regular Expression). But, "\[" will not match "[" but 
> "\[".
> I am not sure if this a bug or working as intended, but there should be a way 
> to regex the opening bracket character.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to