Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
Validation 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_P
Function · 0.85
Calls
1
RegexPatternValidator
Function · 0.85
Tested by
1
TEST_P
Function · 0.68