const regexp/syntax.EmptyEndText
9 uses
regexp/syntax (current package)
compile.go#L122: return c.empty(EmptyEndText)
prog.go#L69: EmptyEndText
prog.go#L97: op |= EmptyEndText | EmptyEndLine
prog.go#L274: case EmptyEndText:
regexp
exec.go#L155: if op&syntax.EmptyEndText != 0 {
exec.go#L159: op &^= syntax.EmptyEndText
onepass.go#L64: syntax.EmptyOp(i.Arg)&syntax.EmptyEndText != 0 &&
onepass.go#L489: if syntax.EmptyOp(inst.Arg)&syntax.EmptyEndText == syntax.EmptyEndText {
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. |