• Rob Pike's avatar
    strings: add Title · 8684a089
    Rob Pike authored
    strings.ToTitle converts all characters to title case, which for consistency with the
    other To* functions it should continue to do.  This CL adds string.Title, which
    does a proper title-casing of the string.
    A similar function for package bytes will follow once this is settled.
    Fixes #933.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/1869042
    8684a089
Name
Last commit
Last update
..
Makefile Loading commit data...
reader.go Loading commit data...
strings.go Loading commit data...
strings_test.go Loading commit data...