Skip to content

ElectricWizardry/NSString-EWEmailValidation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

NSString+EWEmailValidation

This NSString category is nothing more than a convenient wrapper for Matt Gallagher's implementation of RFC 2822 verification.

Usage

NSString *email = @"no@thanks.com";
if ([email isValidEmail]) {
  NSLog(@"%@ looks totally spamable.");
} else {
  NSLog(@"This isn't even an email address.");
}

License

About

A simple NSString category for email validation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published