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 given value, and converts the rest of the string to lowercase.
toMd5() String

Available on String, provided by the StringExt extension

Converts the given value string into its MD5 hash representation.