[#BloombergLP-bdlpcre-RegEx-matchRaw-057] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlpcre.adoc[bdlpcre]::xref:BloombergLP/bdlpcre/RegEx.adoc[RegEx]::matchRaw :relfileprefix: ../../../ :mrdocs: Match `subject` against `pattern()` without UTF‐8 validation, loading subpattern matches into `result`. == Synopsis Declared in `<bdlpcre_regex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int matchRaw( xref:bsl/vector-00d.adoc[bsl::vector<std::string_view>]* result, std::string_view const& subject, size_t subjectOffset = 0) const; ---- == Return Value `k_STATUS_SUCCESS` on success, `k_STATUS_NO_MATCH` if no match, or another status on error == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives match and sub‐pattern matches as string views | *subject* | subject string to match | *subjectOffset* | offset in `subject` at which matching begins |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#