kikinteractive/NSString-Email

Name: NSString-Email

Owner: Kik Interactive

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

Forked from: NZN/NSString-Email

Created: 2016-10-26 07:06:12.0

Updated: 2017-05-21 17:34:28.0

Pushed: 2016-07-04 19:02:40.0

Homepage:

Size: 349

Language: Objective-C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

NSString-Email License MIT

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

NSString-Email

Build Status Cocoapods Cocoapods Analytics

Adding NSString-Email to your project
Cocoapods

CocoaPods is the recommended way to add 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
ring *string = @"user@example.com";
 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.