strings package provides many useful string-related functions. Here are some examples to give you a sense of the package.
Common String Operations
These are functions from the package, not methods on the string object itself, so you need to pass the string as the first argument:String Testing
String Searching
String Manipulation
Case Conversion
String Formatting
Learn about string formatting with printf-style verbs