is_it

Last updated:

0 purchases

is_it Image
is_it Images
Add to Cart

Description:

is it

This is a general-purpose micro-check library. To be or not to be? This is the library!
Features #
Check if something is valid or not (true or false).
Currently supports:
affirmative
alphaNumeric
caPostalCode
creditCard
dateString
email
eppPhone
hexadecimal
hexColor
ip
ipv4
ipv6
nanpPhone
socialSecurityNumber
timeString
ukPostCode
url
usZipCode
Usage #
import 'package:is_it/is_it.dart';

var isIt = IsIt();

if (isIt.email('[email protected]')) {
// yes it is
}
copied to clipboard
Additional information #
More checking features will come soon.
For any concerns send an email to [email protected]

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.