type regexp/syntax.Op
11 uses
regexp/syntax (current package)
op_string.go#L42: func (i Op) String() string {
parse.go#L140: func (p *parser) newRegexp(op Op) *Regexp {
parse.go#L397: func (p *parser) op(op Op) *Regexp {
parse.go#L407: func (p *parser) repeat(op Op, min, max int, before, after, lastRepeat string) (string, error) {
parse.go#L552: func (p *parser) collapse(subs []*Regexp, op Op) *Regexp {
parse.go#L920: 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.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. |