EPChecker 2.1.0

EPChecker 2.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



EPChecker 2.1.0

  • By
  • Puttin Wong and guanbo

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

Install

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.