Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewRegexpMatch
Function
NewRegexpMatch
runtime/sam/expr/eval.go:211–213 ·
view source on GitHub ↗
(re *regexp.Regexp, e Evaluator)
Source
from the content-addressed store, hash-verified
209
}
210
211
func
NewRegexpMatch(re *regexp.Regexp, e Evaluator) *RegexpMatch {
212
return
&RegexpMatch{re, e}
213
}
214
215
func
(r *RegexpMatch) Eval(this super.Value) super.Value {
216
val := r.expr.Eval(this)
Callers
1
compileRegexpMatch
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected