1. 20 Jul, 2010 1 commit
    • 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
  2. 19 Jul, 2010 7 commits
  3. 17 Jul, 2010 5 commits
  4. 16 Jul, 2010 7 commits
  5. 15 Jul, 2010 20 commits