const regexp/syntax.OpPlus
12 uses
regexp/syntax (current package)
compile.go#L134: case OpPlus:
op_string.go#L25: _ = x[OpPlus-15]
parse.go#L225: case OpPlus, OpQuest:
parse.go#L988: op = OpPlus
regexp.go#L53: OpPlus // matches Sub[0] one or more times
regexp.go#L97: case OpStar, OpPlus, OpQuest:
regexp.go#L197: case OpStar, OpPlus, OpQuest, OpRepeat:
regexp.go#L208: case OpPlus:
simplify.go#L37: case OpStar, OpPlus, OpQuest:
simplify.go#L60: return simplify1(OpPlus, re.Flags, sub, nil)
simplify.go#L69: nre.Sub = append(nre.Sub, simplify1(OpPlus, re.Flags, sub, nil))
regexp
regexp.go#L290: case syntax.OpCapture, syntax.OpPlus:
|
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. |