CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Cody Kimberling.
Install via Cocoapods, add a line like the one below, in your Podfile:
pod 'CKStringUtils', '~> 2.0.0'
Alternatively, clone this repository and add CKStringUtils.h and CKStringUtils.m to your project
This source includes class docs, which can be incorporated into Xcode or Dash by:
homebrew by typing brew install appledoc
.generate_appledoc.sh
script.An empty string is either a nil value of a 0-length string.
A blank string is either an empty string of a string which contains 1 or more non-whitespace characters.
Class Methods:
+ isNil:
+ isNotNil:
+ isEmpty:
+ isNotEmpty:
+ isBlank:
+ isNotBlank:
+ isAllLowerCase:
+ isAllUpperCase:
+ isAlpha:
+ isNumeric:
+ isAlphaNumeric:
+ string:equalsString:ignoreCase:
+ string:containsString:ignoreCase:
+ string:doesNotContainString:ignoreCase:
+ defaultString:forString:
+ defaultStringIfEmpty:forString:
+ defaultStringIfBlank:forString:
+ abbreviate:maxWidth:
This code is distributed under the terms and conditions of the MIT license.