const regexp/syntax.OpStar
10 uses
regexp/syntax (current package)
compile.go#L132: case OpStar:
op_string.go#L24: _ = x[OpStar-14]
parse.go#L222: case OpCapture, OpStar:
parse.go#L986: op = OpStar
regexp.go#L52: OpStar // matches Sub[0] zero or more times
regexp.go#L97: case OpStar, OpPlus, OpQuest:
regexp.go#L197: case OpStar, OpPlus, OpQuest, OpRepeat:
regexp.go#L206: case OpStar:
simplify.go#L37: case OpStar, OpPlus, OpQuest:
simplify.go#L55: return simplify1(OpStar, re.Flags, sub, 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. |