StringX extension

String extensions

on

Properties

capitalize → String

Available on String, provided by the StringX extension

Capitalize first letter
no setter
isEmpty → bool

Available on String, provided by the StringX extension

Check if string is empty or null
no setter
isNotEmpty → bool

Available on String, provided by the StringX extension

no setter
isValidEmail → bool

Available on String, provided by the StringX extension

Email validation
no setter
removeWhitespace → String

Available on String, provided by the StringX extension

Remove all whitespace
no setter