Skip to content

Extensivepro Checker Collection such as id card, phone number, email

License

Notifications You must be signed in to change notification settings

extensivepro/EPChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPChecker

Extensivepro Checker Collection such as email, id card(mainland China) and phone number(mainland China).

Install

With CocoaPods

pod 'EPChecker', '~> 2.1.0'

Manual

  1. Add EPChecker.h and EPChecker.m to your project`

How to use?

  1. #import "EPChecker.h"
  2. BOOL isValidEmail = [EPChecker isValidEmail:@"example@example.com"];

===

More detail please check source code and demo project.