From 73634864ec19a92b3238881b07ef1b6fe4f6771c Mon Sep 17 00:00:00 2001 From: achmizs Date: Wed, 6 Apr 2016 14:49:23 -0400 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2071436 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +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.