regexp/syntax.Regexp.Simplify (method)
5 uses
regexp/syntax (current package)
simplify.go#L14: func (re *Regexp) Simplify() *Regexp {
simplify.go#L23: nsub := sub.Simplify()
simplify.go#L38: sub := re.Sub[0].Simplify()
simplify.go#L49: sub := re.Sub[0].Simplify()
regexp
regexp.go#L181: re = re.Simplify()
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. |