ValidationExtensionsPro extension
- on
Methods
-
isAlphaNumeric(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isNumeric(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isPasswordMatch(
String confirmPassword) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isStrongPassword(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isValidCreditCardNumber(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isValidEmail(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isValidHexColor(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isValidLatitude(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
Validates if the string represents a valid latitude (between -90 and 90). -
isValidLongitude(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
Validates if the string represents a valid longitude (between -180 and 180). -
isValidOTP(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension
-
isValidPhoneNumber(
) → bool -
Available on String, provided by the ValidationExtensionsPro extension