internal/lazyregexp.Regexp.re (method)
10 uses
internal/lazyregexp (current package)
lazyre.go#L24: func (r *Regexp) re() *regexp.Regexp {
lazyre.go#L35: return r.re().FindSubmatch(s)
lazyre.go#L39: return r.re().FindStringSubmatch(s)
lazyre.go#L43: return r.re().FindStringSubmatchIndex(s)
lazyre.go#L47: return r.re().ReplaceAllString(src, repl)
lazyre.go#L51: return r.re().FindString(s)
lazyre.go#L55: return r.re().FindAllString(s, n)
lazyre.go#L59: return r.re().MatchString(s)
lazyre.go#L63: return r.re().SubexpNames()
lazyre.go#L75: lr.re()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |