const regexp/syntax.OpAnyCharNotNL
10 uses
regexp/syntax (current package)
compile.go#L111: case OpAnyCharNotNL:
op_string.go#L15: _ = x[OpAnyCharNotNL-5]
parse.go#L537: re.Op = OpAnyCharNotNL
parse.go#L975: p.op(OpAnyCharNotNL)
parse.go#L1301: re.Op == OpAnyCharNotNL ||
parse.go#L1317: case OpAnyCharNotNL:
parse.go#L1347: case OpAnyCharNotNL:
regexp.go#L43: OpAnyCharNotNL // matches any character except newline
regexp.go#L165: case OpAnyCharNotNL:
regexp
regexp.go#L278: case syntax.OpAnyChar, syntax.OpAnyCharNotNL, syntax.OpCharClass:
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. |