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#L393: func (p *parser) op(op Op) *Regexp {
parse.go#L403: func (p *parser) repeat(op Op, min, max int, before, after, lastRepeat string) (string, error) {
parse.go#L548: func (p *parser) collapse(subs []*Regexp, op Op) *Regexp {
parse.go#L916: op Op
regexp.go#L19: Op Op // operator
regexp.go#L33: type Op uint8
regexp.go#L40: OpNoMatch Op = 1 + iota // matches no strings
regexp.go#L61: 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.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |