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 
trueif the string contains the givenotherstring, ignoring case.