# Functions
AdvancedStringSimilarity is like StringSimilarity but boosts the value if a appears directly in b.
Capitalize returns the string with the first letter capitalized.
ContainsUnicodeLetters tells you if unicode characters are inside the string.
Plural returns the number concatenated to the proper pluralization of the word.
PrettyPrint prints the object as indented JSON data on the console.
RemoveSpecialCharacters ...
StringSimilarity returns 1.0 if the strings are equal and goes closer to 0 when they are different.