func regexp/syntax.repeatIsValid
3 uses
regexp/syntax (current package)
parse.go#L250: if op == OpRepeat && (min >= 2 || max >= 2) && !repeatIsValid(re, 1000) {
parse.go#L266: func repeatIsValid(re *Regexp, n int) bool {
parse.go#L283: if !repeatIsValid(sub, n) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)