| 16663 | }(); |
| 16664 | |
| 16665 | constexpr bool should_escape_regexp_char(char c) { |
| 16666 | return escape_regexp_table[(uint8_t)c]; |
| 16667 | } |
| 16668 | } // namespace |
| 16669 | |
| 16670 | std::string escape_regexp_string(std::string_view input) { |
no outgoing calls
no test coverage detected