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#L175: 	re = re.Simplify()
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |