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