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)

Reply via email to