regexp/syntax.parser.op (method)
15 uses
regexp/syntax (current package)
parse.go#L209: func (p *parser) op(op Op) *Regexp {
parse.go#L734: p.op(opLeftParen).Cap = p.numCap
parse.go#L748: p.op(OpBeginText)
parse.go#L750: p.op(OpBeginLine)
parse.go#L755: p.op(OpEndText).Flags |= WasDollar
parse.go#L757: p.op(OpEndLine)
parse.go#L762: p.op(OpAnyChar)
parse.go#L764: p.op(OpAnyCharNotNL)
parse.go#L810: p.op(OpBeginText)
parse.go#L814: p.op(OpWordBoundary)
parse.go#L818: p.op(OpNoWordBoundary)
parse.go#L844: p.op(OpEndText)
parse.go#L980: re := p.op(opLeftParen)
parse.go#L1036: p.op(opLeftParen)
parse.go#L1129: p.op(opVerticalBar)
![]() |
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. |