Go Standard Library Cookbook
上QQ阅读APP看书,第一时间看更新

Strings and Things

The recipes in this chapter are:

  • Finding the substring in a string
  • Breaking the string into words
  • Joining the string slice with a separator
  • Concatenating a string with writer
  • Aligning text with tabwriter
  • Replacing part of the string
  • Finding the substring in text by the regex pattern
  • Decoding a string from the non-Unicode charset
  • Controlling case
  • Parsing comma-separated data
  • Managing whitespace in a string
  • Indenting a text document