const regexp/syntax.WasDollar
6 uses
regexp/syntax (current package)
parse.go#L66: WasDollar // regexp OpEndText was $, not \z
parse.go#L960: p.op(OpEndText).Flags |= WasDollar
regexp.go#L74: if x.Flags&WasDollar != y.Flags&WasDollar {
regexp.go#L175: if re.Flags&WasDollar != 0 { // (?-m)$
regexp.go#L316: if re.Flags&WasDollar != 0 {
![]() |
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. |