regexp/syntax.parser.push (method)
12 uses
regexp/syntax (current package)
parse.go#L108: func (p *parser) push(re *Regexp) *Regexp {
parse.go#L189: p.push(re)
parse.go#L212: return p.push(re)
parse.go#L304: return p.push(p.newRegexp(OpEmptyMatch))
parse.go#L307: return p.push(p.collapse(subs, OpConcat))
parse.go#L330: return p.push(p.newRegexp(OpNoMatch))
parse.go#L333: return p.push(p.collapse(subs, OpAlternate))
parse.go#L862: p.push(re)
parse.go#L871: p.push(re)
parse.go#L1226: p.push(re1)
parse.go#L1231: p.push(re2)
parse.go#L1616: p.push(re)
![]() |
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. |