const regexp/syntax.InstRuneAnyNotNL
12 uses
regexp/syntax (current package)
compile.go#L275: i.Op = InstRuneAnyNotNL
prog.go#L37: InstRuneAnyNotNL
prog.go#L138: case InstRune1, InstRuneAny, InstRuneAnyNotNL:
prog.go#L343: case InstRuneAnyNotNL:
regexp
backtrack.go#L196: case syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
backtrack.go#L226: case syntax.InstRuneAnyNotNL:
exec.go#L300: case syntax.InstRuneAnyNotNL:
exec.go#L361: case syntax.InstMatch, syntax.InstRune, syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
exec.go#L467: case syntax.InstRuneAnyNotNL:
onepass.go#L88: case syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
onepass.go#L213: case syntax.InstRune1, syntax.InstRuneAny, syntax.InstRuneAnyNotNL:
onepass.go#L427: case syntax.InstRuneAnyNotNL:
 |
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. |