Returns the string representation of the regex.
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected