const regexp/syntax.OpAnyCharNotNL
9 uses
regexp/syntax (current package)
compile.go#L110: case OpAnyCharNotNL:
parse.go#L348: re.Op = OpAnyCharNotNL
parse.go#L764: p.op(OpAnyCharNotNL)
parse.go#L1096: re.Op == OpAnyCharNotNL ||
parse.go#L1112: case OpAnyCharNotNL:
parse.go#L1142: case OpAnyCharNotNL:
regexp.go#L43: OpAnyCharNotNL // matches any character except newline
regexp.go#L165: case OpAnyCharNotNL:
regexp
regexp.go#L274: case syntax.OpAnyChar, syntax.OpAnyCharNotNL, syntax.OpCharClass:
![]() |
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. |