const regexp/syntax.EmptyBeginLine
7 uses
regexp/syntax (current package)
compile.go#L116: return c.empty(EmptyBeginLine)
prog.go#L66: EmptyBeginLine EmptyOp = 1 << iota
prog.go#L87: op |= EmptyBeginLine
prog.go#L89: op |= EmptyBeginText | EmptyBeginLine
prog.go#L268: case EmptyBeginLine:
regexp
exec.go#L133: if op&syntax.EmptyBeginLine != 0 {
exec.go#L137: op &^= syntax.EmptyBeginLine
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. |