Lines Matching refs:matched
25 // the matched text. Their names are matched by this regular expression:
411 func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) {
422 func MatchString(pattern string, s string) (matched bool, err error) {
433 func Match(pattern string, b []byte) (matched bool, err error) {
466 // to the matched substring. The replacement returned by repl is substituted
564 // to the matched byte slice. The replacement returned by repl is substituted