MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / pattern

Function pattern

tests/gtest/gtest.h:1153–1153  ·  view source on GitHub ↗

Returns the string representation of the regex.

Source from the content-addressed store, hash-verified

1151
1152 // Returns the string representation of the regex.
1153 const char* pattern() const { return pattern_; }
1154
1155 // FullMatch(str, re) returns true iff regular expression re matches
1156 // the entire str.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected