You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Daniel Bakai (JIRA)" <ji...@apache.org> on 2019/04/27 07:39:00 UTC

[jira] [Updated] (MINIFICPP-828) Create a common regex utility

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

Daniel Bakai updated MINIFICPP-828:
-----------------------------------
    Description: 
Multiple current and planned processors require regexes (see the linked issues), so it would be practical to have a common regex implementation.

Unfortunately we can't use std::regex everywhere, so we should create our own interface and implement it in a common utility.

 

  was:
Multiple current and planned processors require regexes (see the linked issues), so it would be practical to have a common regex implementation.

Unfortunately we can't use std::regex everywhere, so we should create an own interface and implement it in a common utility.

 


> Create a common regex utility 
> ------------------------------
>
>                 Key: MINIFICPP-828
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-828
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Daniel Bakai
>            Assignee: Daniel Bakai
>            Priority: Major
>
> Multiple current and planned processors require regexes (see the linked issues), so it would be practical to have a common regex implementation.
> Unfortunately we can't use std::regex everywhere, so we should create our own interface and implement it in a common utility.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)