const regexp/syntax.OpAnyChar
10 uses
regexp/syntax (current package)
compile.go#L112: case OpAnyChar:
parse.go#L343: re.Op = OpAnyChar
parse.go#L762: p.op(OpAnyChar)
parse.go#L1097: re.Op == OpAnyChar
parse.go#L1114: case OpAnyChar:
parse.go#L1140: case OpAnyChar:
parse.go#L1145: dst.Op = OpAnyChar
regexp.go#L44: OpAnyChar // matches any character
regexp.go#L167: case OpAnyChar:
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. |