const regexp/syntax.InstCapture
10 uses
regexp/syntax (current package)
compile.go#L179: f := c.inst(InstCapture)
prog.go#L30: InstCapture
prog.go#L131: for i.Op == InstNop || i.Op == InstCapture {
prog.go#L180: case InstCapture, InstNop:
prog.go#L322: case InstCapture:
regexp
backtrack.go#L244: case syntax.InstCapture:
exec.go#L351: case syntax.InstCapture:
exec.go#L484: case syntax.InstCapture:
onepass.go#L212: case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
onepass.go#L349: case syntax.InstCapture, syntax.InstNop:
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. |