const regexp/syntax.OpCapture
10 uses
regexp/syntax (current package)
compile.go#L126: case OpCapture:
parse.go#L1228: 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#L282: case syntax.OpCapture, syntax.OpPlus:
![]() |
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. |