NSString-Helper
[](https://travis-ci.org/Giuseppe Nucifora/NSString-Helper)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
NSString-Helper is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'NSString-Helper'
##Usage
#import <NSString-Helper/NSString+Helper.h>
NSString *str = @"testCode";
NSLog(@"%@",[NSNumber numberWithBool:[str isNumeric]]);
NSLog(@"%@",[NSNumber numberWithBool:[str isValidPhoneNumber]]);
NSLog(@"%@",[NSNumber numberWithBool:[str isValidEmail]]);
NSLog(@"%@",[NSNumber numberWithBool:[str isValidUrl]]);
NSLog(@"%@",[NSNumber numberWithBool:[str isValidTaxCode]]);
Author
Giuseppe Nucifora, [email protected]
License
NSString-Helper is available under the MIT license. See the LICENSE file for more info.