Extensivepro Checker Collection such as email, id card(mainland China) and phone number(mainland China).
pod 'EPChecker', '~> 2.1.0'
- Add
EPChecker.h
andEPChecker.m
to your project`
#import "EPChecker.h"
BOOL isValidEmail = [EPChecker isValidEmail:@"[email protected]"];
===