NSString-Email 0.0.3

NSString-Email 0.0.3

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

Maintained by Bruno Tortato Furtado.




  • By
  • Bruno Tortato Furtado

A category on NSString for checking if a string is an email address.

NSString-Email

Build Status Analytics

Adding NSString-Email to your project

Source files

Alternatively you can directly add source files to your project.

  1. Download the latest code version or add the repository as a git submodule to your git-tracked project.
  2. Open your project in Xcode, then drag and drop all files at NSString-Email folder onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.

Usage

NSString *string = @"[email protected]";
BOOL isEmail = [string isEmail];

License

This code is distributed under the terms and conditions of the MIT license.

Change-log

A brief summary of each NSString-Email release can be found on the wiki.