type regexp/syntax.Op
11 uses
regexp/syntax (current package)
op_string.go#L16: func (i Op) String() string {
parse.go#L88: func (p *parser) newRegexp(op Op) *Regexp {
parse.go#L209: func (p *parser) op(op Op) *Regexp {
parse.go#L219: func (p *parser) repeat(op Op, min, max int, before, after, lastRepeat string) (string, error) {
parse.go#L363: func (p *parser) collapse(subs []*Regexp, op Op) *Regexp {
parse.go#L709: op Op
regexp.go#L18: Op Op // operator
regexp.go#L32: type Op uint8
regexp.go#L39: OpNoMatch Op = 1 + iota // matches no strings
regexp.go#L60: const opPseudo Op = 128 // where pseudo-ops start
simplify.go#L134: func simplify1(op Op, flags Flags, sub, re *Regexp) *Regexp {
 |
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. |