Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 446 Bytes

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:@"[email protected]"];

===

More detail please check source code and demo project.