const regexp/syntax.InstRuneAny
12 uses
regexp/syntax (current package)
compile.go#L290: i.Op = InstRuneAny
prog.go#L37: InstRuneAny
prog.go#L141: case InstRune1, InstRuneAny, InstRuneAnyNotNL:
prog.go#L344: case InstRuneAny:
regexp
backtrack.go#L196: case syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
backtrack.go#L235: case syntax.InstRuneAny:
exec.go#L298: case syntax.InstRuneAny:
exec.go#L361: case syntax.InstMatch, syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
exec.go#L465: case syntax.InstRuneAny:
onepass.go#L89: case syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
onepass.go#L214: case syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
onepass.go#L420: case syntax.InstRuneAny:
|
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. |