Same as the preceding overload, loading StringRef match results.
Synopsis
Declared in <bdlpcre_regex.h>
int
match(
bsl::vector<bslstl::StringRef>* result,
char const* subject,
size_t subjectLength,
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
Name |
Description |
result |
receives match and sub‐pattern matches as string refs |
subject |
subject string to match (need not be null‐terminated) |
subjectLength |
length of |
subjectOffset |
offset in |
Created with MrDocs