StaticCamelStaticIsReturns true if the given string is null, empty, or consists purely of whitespace
StaticMinifyReturns a version of the given string minus new line characters and whitespace characters between tags
StaticPascalReturns the pascal cased version of the given string NOTE: For multi word strings that are not separated by spaces, this function will merely uppercase the first character
StaticSlugifyReturns a "slugified" version of the given string Replaces white space with dashes "-", removes non-alphanumeric characters, and lowercases
Returns the camel cased version of the given string NOTE: For multi word strings that are not separated by spaces, this function will merely lowercase the first character