const regexp/syntax.OpAnyChar
11 uses
regexp/syntax (current package)
compile.go#L113: case OpAnyChar:
op_string.go#L16: _ = x[OpAnyChar-6]
parse.go#L532: re.Op = OpAnyChar
parse.go#L973: p.op(OpAnyChar)
parse.go#L1302: re.Op == OpAnyChar
parse.go#L1319: case OpAnyChar:
parse.go#L1345: case OpAnyChar:
parse.go#L1350: dst.Op = OpAnyChar
regexp.go#L44: OpAnyChar // matches any character
regexp.go#L167: case OpAnyChar:
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. |