Static
CamelStatic
IsReturns true if the given string is null, empty, or consists purely of whitespace
Static
MinifyReturns a version of the given string minus new line characters and whitespace characters between tags
Static
PascalReturns 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
Static
SlugifyReturns 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