Same as the preceding overload, using a std::vector result buffer.
Declared in <bdlpcre_regex.h>
int
matchRaw(
std::vector<std::string_view>* result,
std::string_view const& subject,
size_t subjectOffset = 0) const;
k_STATUS_SUCCESS on success, k_STATUS_NO_MATCH if no match, or another status on error
| 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 |