Adds utility methods to NSString, for dealing with whitespace, string splitting, and other things.
Go to file
2016-04-06 14:49:23 -04:00
.gitignore Create .gitignore 2016-04-06 14:46:02 -04:00
LICENSE Create LICENSE 2016-04-06 14:45:48 -04:00
NSString+SA_NSStringExtensions.h First commit 2016-04-06 14:44:33 -04:00
NSString+SA_NSStringExtensions.m First commit 2016-04-06 14:44:33 -04:00
README.md Create README.md 2016-04-06 14:49:23 -04:00

NSData+SA_NSStringExtensions

Adds utility functions to NSString.

This category on NSData adds methods for splitting by whitespace, finding whitespace, and checking whether a string contains characters from an NSSet or another NSString.

Copyright (c) 2015 Said Achmiz.