Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Raw
Method
Raw
internal/re/regexp.go:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
func
(this *Regexp) Raw() *regexp.Regexp {
104
return
this.rawRegexp
105
}
106
107
func
(this *Regexp) IsCaseInsensitive() bool {
108
return
this.isCaseInsensitive
Callers
4
FP
Method · 0.45
Close
Method · 0.45
BenchmarkRegexp_MatchString_VS_FindSubString1
Function · 0.45
BenchmarkRegexp_MatchString_VS_FindSubString2
Function · 0.45
Calls
no outgoing calls
Tested by
2
BenchmarkRegexp_MatchString_VS_FindSubString1
Function · 0.36
BenchmarkRegexp_MatchString_VS_FindSubString2
Function · 0.36