You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2022/08/10 08:08:00 UTC

[jira] [Created] (MINIFICPP-1903) Make utils::Regex handle std::string_view

Adam Debreceni created MINIFICPP-1903:
-----------------------------------------

             Summary: Make utils::Regex handle std::string_view
                 Key: MINIFICPP-1903
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1903
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Adam Debreceni
            Assignee: Adam Debreceni


Currently due to a bug we can't use std::regex on all platforms. The interface of utils::regexSearch/utils::regexMatch (which aims to abstract away this difference) does not allow working with std::string_view but forces an std::string allocation even on platforms supporting std::regex.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)