MCPcopy Create free account
hub / github.com/NativeScript/android / should_escape_regexp_char

Function should_escape_regexp_char

test-app/runtime/src/main/cpp/ada/ada.cpp:16665–16667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

escape_regexp_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected