const regexp/syntax.InstRune1
12 uses
regexp/syntax (current package)
compile.go#L288: i.Op = InstRune1
prog.go#L36: InstRune1
prog.go#L141: case InstRune1, InstRuneAny, InstRuneAnyNotNL:
prog.go#L342: case InstRune1:
regexp
backtrack.go#L196: case syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
backtrack.go#L217: case syntax.InstRune1:
exec.go#L296: case syntax.InstRune1:
exec.go#L361: case syntax.InstMatch, syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
exec.go#L461: case syntax.InstRune1:
onepass.go#L89: case syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
onepass.go#L214: case syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
onepass.go#L396: case syntax.InstRune1:
|
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. |