const regexp/syntax.OpQuest
11 uses
regexp/syntax (current package)
compile.go#L136: case OpQuest:
op_string.go#L26: _ = x[OpQuest-16]
parse.go#L225: case OpPlus, OpQuest:
parse.go#L990: op = OpQuest
regexp.go#L54: OpQuest // matches Sub[0] zero or one times
regexp.go#L97: case OpStar, OpPlus, OpQuest:
regexp.go#L197: case OpStar, OpPlus, OpQuest, OpRepeat:
regexp.go#L210: case OpQuest:
simplify.go#L37: case OpStar, OpPlus, OpQuest:
simplify.go#L96: suffix := simplify1(OpQuest, re.Flags, sub, nil)
simplify.go#L100: suffix = simplify1(OpQuest, re.Flags, nre2, nil)
|
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. |