Package-level declarations

Types

Link copied to clipboard
abstract class Function

Represents an abstract function.

Link copied to clipboard

Determines whether a given input is a valid bank card.

Link copied to clipboard

Determines whether a given input is a valid contact number.

Link copied to clipboard

Determines whether a given input represents a valid cryptocurrency.

Link copied to clipboard

Determines whether a given input represents a valid email address.

Link copied to clipboard

Determines whether a given input represents a valid gender.

Link copied to clipboard

Determines whether a given input represents a valid IBAN (International Bank Account Number) code.

Link copied to clipboard

Determines whether a given input represents a valid IMEI (International Mobile Equipment Identity) code.

Link copied to clipboard
class IsInitial

Determines whether a given input represents a valid initial.

Link copied to clipboard
class IsIp : Function

Determines whether a given input represents a valid IP address.

Link copied to clipboard

Determines whether a given input represents a valid MAC (Media Access Control) address.

Link copied to clipboard

Determines whether a given input represents a valid marital status.

Link copied to clipboard

Determines whether a given input represents a valid race.

Link copied to clipboard

Determines whether a given input represents a valid religion.

Link copied to clipboard

Determines whether a given input represents a valid sexuality.

Link copied to clipboard
class IsUrl : Function

Determines whether a given input represents a valid URL.