const regexp/syntax.OpAlternate
14 uses
regexp/syntax (current package)
compile.go#L151: case OpAlternate:
op_string.go#L29: _ = x[OpAlternate-19]
parse.go#L231: case OpAlternate:
parse.go#L518: return p.push(p.collapse(subs, OpAlternate))
parse.go#L562: if op == OpAlternate {
parse.go#L643: suffix := p.collapse(sub[start:i], OpAlternate) // recurse
parse.go#L701: suffix := p.collapse(sub[start:i], OpAlternate) // recurse
regexp.go#L58: OpAlternate // matches alternation of Subs
regexp.go#L81: case OpAlternate, OpConcat:
regexp.go#L183: case OpConcat, OpAlternate:
regexp.go#L369: if sub.Op == OpAlternate {
regexp.go#L374: case OpAlternate:
simplify.go#L19: case OpCapture, OpConcat, OpAlternate:
regexp
regexp.go#L294: case syntax.OpAlternate:
![]() |
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. |