Prepare this regular‐expression object with the specified pattern, discarding compile‐error text (pass a null errorMessage).
Synopsis
Declared in <bdlpcre_regex.h>
int
prepare(
bsl::nullptr_t errorMessage,
size_t* errorOffset,
char const* pattern,
int flags = 0,
size_t jitStackSize = 0);
Created with MrDocs