regexp.inputString.str (field)
14 uses
regexp (current package)
exec.go#L62: i.string.str = s
exec.go#L81: i.string.str = ""
regexp.go#L380: str string
regexp.go#L384: if pos < len(i.str) {
regexp.go#L385: c := i.str[pos]
regexp.go#L389: return utf8.DecodeRuneInString(i.str[pos:])
regexp.go#L399: return strings.HasPrefix(i.str, re.prefix)
regexp.go#L403: return strings.Index(i.str[pos:], re.prefix)
regexp.go#L409: if uint(pos-1) < uint(len(i.str)) {
regexp.go#L410: r1 = rune(i.str[pos-1])
regexp.go#L412: r1, _ = utf8.DecodeLastRuneInString(i.str[:pos])
regexp.go#L416: if uint(pos) < uint(len(i.str)) {
regexp.go#L417: r2 = rune(i.str[pos])
regexp.go#L419: r2, _ = utf8.DecodeRuneInString(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. |