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