golang.org/x/text/cases.context.hasPrefix (method)
8 uses
golang.org/x/text/cases (current package)
context.go#L161: func (c *context) hasPrefix(s string) bool {
map.go#L253: } else if !c.hasPrefix("Σ") {
map.go#L433: if !c.hasPrefix("Σ") {
map.go#L673: if c.hasPrefix("\u0307") {
map.go#L734: if c.hasPrefix("\u0130") { // İ
map.go#L752: if c.hasPrefix("\u0307") {
map.go#L813: if c.hasPrefix("'") || c.hasPrefix("’") {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |