const regexp/syntax.OpStar
11 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#L980: op = OpStar
regexp.go#L53: OpStar // matches Sub[0] zero or more times
regexp.go#L84: case OpStar, OpPlus, OpQuest:
regexp.go#L180: case OpCapture, OpStar, OpPlus, OpQuest, OpRepeat:
regexp.go#L337: case OpStar, OpPlus, OpQuest, OpRepeat:
regexp.go#L346: 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.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |