Skip to content

Instantly share code, notes, and snippets.

@eric7166
Created July 11, 2013 02:20
Show Gist options
  • Save eric7166/5972000 to your computer and use it in GitHub Desktop.
Save eric7166/5972000 to your computer and use it in GitHub Desktop.
Mac判断是不是空行
if ([[str stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]] length]<=0) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment