const regexp/syntax.OpStar
8 uses
regexp/syntax (current package)
compile.go#L131: case OpStar:
parse.go#L775: 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.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. |