Same as the preceding overload, using a std::pmr::vector buffer.
Synopsis
Declared in <bdlpcre_regex.h>
int
matchRaw(
std::pmr::vector<std::string_view>* result,
std::string_view const& subject,
size_t subjectOffset = 0) const;
Created with MrDocs