[#BloombergLP-bdlpcre-RegEx-match-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlpcre.adoc[bdlpcre]::xref:BloombergLP/bdlpcre/RegEx.adoc[RegEx]::match :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, using a `std::pmr::vector` buffer. == Synopsis Declared in `<bdlpcre_regex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int match( std::pmr::vector<std::string_view>* result, std::string_view const& subject, size_t subjectOffset = 0) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#