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()