StringValidator extension
String extension functions for Text field validations
- on
Methods
-
isNotNullOrEmpty(
) → bool - Return true if given string is not null or empty
-
isNullOrEmpty(
) → bool - Return true if given string is null or empty
-
isValidEmail(
) → bool - Return true if given string is valid email and not empty or null