regexp.inputBytes.str (field)
15 uses
regexp (current package)
exec.go#L57: i.bytes.str = b
exec.go#L76: if i.bytes.str != nil {
exec.go#L77: i.bytes.str = nil
regexp.go#L427: str []byte
regexp.go#L431: if pos < len(i.str) {
regexp.go#L432: c := i.str[pos]
regexp.go#L436: return utf8.DecodeRune(i.str[pos:])
regexp.go#L446: return bytes.HasPrefix(i.str, re.prefixBytes)
regexp.go#L450: return bytes.Index(i.str[pos:], re.prefixBytes)
regexp.go#L456: if uint(pos-1) < uint(len(i.str)) {
regexp.go#L457: r1 = rune(i.str[pos-1])
regexp.go#L459: r1, _ = utf8.DecodeLastRune(i.str[:pos])
regexp.go#L463: if uint(pos) < uint(len(i.str)) {
regexp.go#L464: r2 = rune(i.str[pos])
regexp.go#L466: r2, _ = utf8.DecodeRune(i.str[pos:])
![]() |
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. |