func regexp.minInputLen
7 uses
regexp (current package)
regexp.go#L195: minInputLen: minInputLen(re),
regexp.go#L270: func minInputLen(re *syntax.Regexp) int {
regexp.go#L283: return minInputLen(re.Sub[0])
regexp.go#L285: return re.Min * minInputLen(re.Sub[0])
regexp.go#L289: l += minInputLen(sub)
regexp.go#L293: l := minInputLen(re.Sub[0])
regexp.go#L296: lnext = minInputLen(sub)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |