DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
bytes.ToLowerSpecial()
Examples using...
bytes.ToLowerSpecial()
Recent
Examples
ToLowerSpecial in Go
by GoDoc
Go
bytes.ToLowerSpecial
fmt.Println
bytes
fmt
unicode
ToLowerSpecial treats s as UTF-8-encoded bytes and returns a copy with all the Unicode letters mapped to their lower case, giving priority to the special casing rules.