regexp.Regexp.numSubexp (field)
8 uses
regexp (current package)
regexp.go#L86: numSubexp int
regexp.go#L190: numSubexp: maxCap,
regexp.go#L336: return re.numSubexp
regexp.go#L573: n = 2 * (re.numSubexp + 1)
regexp.go#L672: n = 2 * (re.numSubexp + 1)
regexp.go#L757: n := (1 + re.numSubexp) * 2
regexp.go#L886: ret := make([][]byte, 1+re.numSubexp)
regexp.go#L1043: ret := make([]string, 1+re.numSubexp)
![]() |
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. |