[
https://issues.apache.org/jira/browse/MINIFICPP-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16836309#comment-16836309
]
Daniel Bakai commented on MINIFICPP-828:
----------------------------------------
Both ListSFTP and GetSFTP use it for two of their properties (File Filter
Regex, Path Filter Regex), so it would make good sense from the reusal
standpoint. On the other hand, these processors don't really require matching
groups (subgroups), just a true-or-false match, so they wouldn't be good test
beds for that, but there are current usages of regexes in the code that use
them and they could be rewritten to use the new interface too.
> 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
> Fix For: 0.8.0
>
>
> 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)