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#L179: re = re.Simplify()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)