regexp/syntax.Regexp.Cap (field)
10 uses
	regexp/syntax (current package)
		compile.go#L128: 		bra := c.cap(uint32(re.Cap << 1))
		compile.go#L130: 		ket := c.cap(uint32(re.Cap<<1 | 1))
		parse.go#L941: 			p.op(opLeftParen).Cap = p.numCap
		parse.go#L1189: 		re.Cap = p.numCap
		parse.go#L1430: 	if re2.Cap == 0 {
		regexp.go#L26: 	Cap      int        // capturing index, for OpCapture
		regexp.go#L95: 		if x.Cap != y.Cap || x.Name != y.Name || !x.Sub[0].Equal(y.Sub[0]) {
		regexp.go#L440: 		m = re.Cap
		regexp.go#L459: 		names[re.Cap] = re.Name
|  | 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. |