IsExt extension

Extension on String providing validation utilities for common input types.

Includes methods to validate emails, names, passwords, and phone numbers.

on

Properties

isValidEmail bool

Available on String, provided by the IsExt extension

Checks if the string is a valid email address.
no setter
isValidName bool

Available on String, provided by the IsExt extension

Checks if the string is a valid personal name.
no setter
isValidPassword bool

Available on String, provided by the IsExt extension

Checks if the string is a strong password.
no setter
isValidPhone bool

Available on String, provided by the IsExt extension

Checks if the string is a valid phone number in a specific format.
no setter