BloombergLP::bdlpcre::RegEx::matchRaw

Match subject against pattern() without UTF-8 validation overhead, loading subpattern matches into result.

Synopsis

Declared in <bdlpcre_regex.h>

int
matchRaw(
    bsl::vector<std::string_view>* result,
    std::string_view const& subject,
    size_t subjectOffset = 0) const;