internal/lazyregexp.Regexp.MatchString (method)
3 uses
internal/lazyregexp (current package)
lazyre.go#L58: func (r *Regexp) MatchString(s string) bool {
go/doc
example.go#L420: if last == nil || !outputPrefix.MatchString(last.Text()) {
reader.go#L535: if noteCommentRx.MatchString(c.Text) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)