- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ExampleToUpperSpecial (0.08 seconds)
-
src/bytes/example_test.go
// Output: // Original : AHOJ VÝVOJÁRİ GOLANG // ToLower : ahoj vývojári golang } func ExampleToUpper() { fmt.Printf("%s", bytes.ToUpper([]byte("Gopher"))) // Output: GOPHER } func ExampleToUpperSpecial() { str := []byte("ahoj vývojári golang") totitle := bytes.ToUpperSpecial(unicode.AzeriCase, str) fmt.Println("Original : " + string(str)) fmt.Println("ToUpper : " + string(totitle)) // Output:
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon May 12 16:07:54 GMT 2025 - 16.5K bytes - Click Count (0)