Return a reference to the non‐modifiable pattern held by this regular‐expression object. The behavior is undefined unless isPrepared() == true.

Synopsis

Declared in <bdlpcre_regex.h>

bsl::string const&
pattern() const;

Created with MrDocs