regexp/syntax.Regexp.Rune0 (field)
9 uses
regexp/syntax (current package)
parse.go#L357: re1.Rune = re1.Rune0[:1]
parse.go#L375: re.Rune0[0] = r
parse.go#L376: re.Rune = re.Rune0[:1]
parse.go#L543: re.Rune = append(re.Rune0[:0], re.Rune...)
parse.go#L873: re.Rune = re.Rune0[:0] // use local storage for small strings
parse.go#L1060: r, rest, err := p.parseUnicodeClass(t, re.Rune0[:0])
parse.go#L1073: if r, rest := p.parsePerlClassEscape(t, re.Rune0[:0]); r != nil {
parse.go#L1735: re.Rune = re.Rune0[:0]
regexp.go#L23: Rune0 [2]rune // storage for short Rune
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |