Adds utility methods to NSString, for dealing with whitespace, string splitting, and other things.
Go to file
2021-12-04 05:33:03 -05: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 Added a whole lot of stuff 2021-12-04 05:33:03 -05:00
NSString+SA_NSStringExtensions.m Added a whole lot of stuff 2021-12-04 05:33:03 -05: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.