Skip to content

Instantly share code, notes, and snippets.

@ethanbing
Created July 11, 2013 02:20
Show Gist options
  • Save ethanbing/5972000 to your computer and use it in GitHub Desktop.
Save ethanbing/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