MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / RegexExtValidator

Function RegexExtValidator

extensions/regex_ext.cc:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346Validation RegexExtValidator() {
347 return RegexPatternValidator(
348 /*id=*/"",
349 {{"regex.extract", 1}, {"regex.extractAll", 1}, {"regex.replace", 1}});
350}
351
352} // namespace cel::extensions

Callers 1

TEST_PFunction · 0.85

Calls 1

RegexPatternValidatorFunction · 0.85

Tested by 1

TEST_PFunction · 0.68