# Functions
Capitalize returns a copy of the string str with the first letter mapped to its upper case.
Concat concatenates parts of a string together.
Diff calculates difference of two sorted string (in ASC order).
NewBuilder creates a new Builder object.
NewBuilderSize creates a new Builder object whose buffer has at least the specified size.
String returns a string value whose underlying bytes is b.