Skip to content

Instantly share code, notes, and snippets.

@Thorium
Created January 18, 2014 10:19
Show Gist options
  • Save Thorium/8488556 to your computer and use it in GitHub Desktop.
Save Thorium/8488556 to your computer and use it in GitHub Desktop.
String.notNullOrEmpty extension to strings
module String = let notNullOrEmpty = not << System.String.IsNullOrEmpty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment