Skip to content

Instantly share code, notes, and snippets.

@youngshook
Created January 21, 2014 07:32
Show Gist options
  • Save youngshook/8535767 to your computer and use it in GitHub Desktop.
Save youngshook/8535767 to your computer and use it in GitHub Desktop.
Objective-C Trim implementation
NSString *trimmedString = [string stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment