const regexp/syntax.OpConcat
16 uses
regexp/syntax (current package)
compile.go#L137: case OpConcat:
parse.go#L307: return p.push(p.collapse(subs, OpConcat))
parse.go#L455: re := p.newRegexp(OpConcat)
parse.go#L512: re := p.newRegexp(OpConcat)
parse.go#L587: if re.Op == OpConcat && len(re.Sub) > 0 {
parse.go#L599: if re.Op == OpConcat && len(re.Sub) > 0 {
parse.go#L639: if re.Op == OpConcat && len(re.Sub) > 0 {
parse.go#L653: if re.Op == OpConcat && len(re.Sub) > 0 {
regexp.go#L56: OpConcat // matches concatenation of Subs
regexp.go#L87: case OpAlternate, OpConcat:
regexp.go#L226: case OpConcat:
simplify.go#L19: case OpCapture, OpConcat, OpAlternate:
simplify.go#L64: nre := &Regexp{Op: OpConcat}
simplify.go#L87: prefix = &Regexp{Op: OpConcat}
simplify.go#L98: nre2 := &Regexp{Op: OpConcat}
regexp
regexp.go#L286: case syntax.OpConcat:
![]() |
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. |