Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/codesearch
/ MatchString
Method
MatchString
regexp/regexp.go:57–59 ·
view source on GitHub ↗
(s string, beginText, endText bool)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(r *Regexp) MatchString(s string, beginText, endText bool) (end int) {
58
return
r.m.matchString(s, beginText, endText)
59
}
Callers
1
Main
Function · 0.95
Calls
1
matchString
Method · 0.80
Tested by
no test coverage detected