func regexp/syntax.matchRune

2 uses

	regexp/syntax (current package)
		parse.go#L1101: func matchRune(re *Regexp, r rune) bool {
		parse.go#L1144: 		if matchRune(src, '\n') {