[#BloombergLP-bdlpcre-RegEx-match-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlpcre.adoc[bdlpcre]::xref:BloombergLP/bdlpcre/RegEx.adoc[RegEx]::match :relfileprefix: ../../../ :mrdocs: Match `subject` against `pattern()`, loading subpattern matches into `result`. Begin matching at the optionally specified `subjectOffset`. UTF‐8 validity checking is performed on `subject` if `pattern()` was prepared with `k_FLAG_UTF8`. Return `k_STATUS_SUCCESS` on success. == Synopsis Declared in `<bdlpcre_regex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int match( xref:bsl/vector-00d.adoc[bsl::vector<std::string_view>]* result, std::string_view const& subject, size_t subjectOffset = 0) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#