const regexp/syntax.OpCapture
12 uses
regexp/syntax (current package)
compile.go#L127: case OpCapture:
op_string.go#L23: _ = x[OpCapture-13]
parse.go#L222: case OpCapture, OpStar:
parse.go#L1433: re2.Op = OpCapture
regexp.go#L51: OpCapture // capturing subexpression with index Cap, optional name Name
regexp.go#L107: case OpCapture:
regexp.go#L185: case OpCapture:
regexp.go#L198: if sub := re.Sub[0]; sub.Op > OpCapture || sub.Op == OpLiteral && len(sub.Rune) > 1 {
regexp.go#L295: if re.Op == OpCapture {
regexp.go#L314: if re.Op == OpCapture {
simplify.go#L19: case OpCapture, OpConcat, OpAlternate:
regexp
regexp.go#L290: case syntax.OpCapture, syntax.OpPlus:
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. |