regexp/syntax.Regexp.Sub0 (field)
11 uses
regexp/syntax (current package)
parse.go#L143: p.free = re.Sub0[0]
parse.go#L157: re.Sub0[0] = p.free
parse.go#L434: re.Sub = re.Sub0[:1]
parse.go#L557: re.Sub = re.Sub0[:0]
parse.go#L1434: re2.Sub = re2.Sub0[:1]
regexp.go#L21: Sub0 [1]*Regexp // storage for short Sub
simplify.go#L29: nre.Sub = append(nre.Sub0[:0], re.Sub[:i]...)
simplify.go#L65: nre.Sub = nre.Sub0[:0]
simplify.go#L88: prefix.Sub = prefix.Sub0[:0]
simplify.go#L99: nre2.Sub = append(nre2.Sub0[:0], sub, suffix)
simplify.go#L149: re.Sub = append(re.Sub0[:0], sub)
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. |