MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / FindStringSubmatch

Method FindStringSubmatch

internal/re/regexp.go:138–140  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

136}
137
138func (this *Regexp) FindStringSubmatch(s string) []string {
139 return this.rawRegexp.FindStringSubmatch(s)
140}
141
142// ParseKeywords 提取表达式中的关键词
143func (this *Regexp) ParseKeywords(exp string) (keywords []string) {

Callers 10

readMethod · 0.80
OpenMethod · 0.80
doHostRedirectMethod · 0.80
doFastcgiMethod · 0.80
initMethod · 0.80
readVersionMethod · 0.80

Calls

no outgoing calls