const regexp/syntax.OpEmptyMatch
17 uses
regexp/syntax (current package)
compile.go#L93: case OpEmptyMatch:
op_string.go#L12: _ = x[OpEmptyMatch-2]
parse.go#L489: return p.push(p.newRegexp(OpEmptyMatch))
parse.go#L765: if i+1 < len(sub) && sub[i].Op == OpEmptyMatch && sub[i+1].Op == OpEmptyMatch {
parse.go#L796: if sub.Op == OpEmptyMatch {
parse.go#L801: re.Op = OpEmptyMatch
parse.go#L818: re.Op = OpEmptyMatch
parse.go#L827: if re.Op == OpEmptyMatch {
parse.go#L832: if sub.Op == OpEmptyMatch {
parse.go#L851: re.Op = OpEmptyMatch
parse.go#L863: return p.newRegexp(OpEmptyMatch)
regexp.go#L41: OpEmptyMatch // matches empty string
regexp.go#L266: case OpEmptyMatch:
regexp.go#L333: if re.Sub[0].Op != OpEmptyMatch {
simplify.go#L45: return &Regexp{Op: OpEmptyMatch}
simplify.go#L137: if sub.Op == OpEmptyMatch {
![]() |
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. |