StringUtils extension
Provides some useful extensions for String class.
- on
Methods
-
capitalize(
) → String - Capitalizes the first letter of the string.
-
containsIgnoreCase(
String other) → bool -
Returns
true
if the string contains the givenother
string, ignoring case.