Golang unicode.ToTitle() function example
package unicode
Golang unicode.ToTitle() function usage example.
package main
import (
"fmt"
"unicode"
)
func main() {
TitleCaseRune := unicode.ToTitle('a')
fmt.Printf("%+q\n", TitleCaseRune)
}
Reference :
Advertisement
Something interesting
Tutorials
+12.3k Golang : Validate email address
+8.7k Golang : How to join strings?
+7.9k Golang : Get today's weekday name and calculate target day distance example
+16.4k CodeIgniter/PHP : Create directory if does not exist example
+11.6k Get form post value in Go
+13.6k Golang : Query string with space symbol %20 in between
+14.6k Golang : GUI with Qt and OpenCV to capture image from camera
+7.7k Golang : Test if an input is an Armstrong number example
+11.1k Golang : Fix go.exe is not compatible with the version of Windows you're running
+6.1k PageSpeed : Clear or flush cache on web server
+16.3k Golang : convert string or integer to big.Int type
+43.3k Golang : Convert []byte to image