StringExt extension
Utility class for string manipulation and hashing.
- on
Methods
-
capitalize(
) → String -
Available on String, provided by the StringExt extension
Capitalizes the first letter of the givenvalue
, and converts the rest of the string to lowercase. -
toMd5(
) → String -
Available on String, provided by the StringExt extension
Converts the givenvalue
string into its MD5 hash representation.