Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created July 21, 2012 11:19
Show Gist options
  • Save TheDeveloper/3155502 to your computer and use it in GitHub Desktop.
Save TheDeveloper/3155502 to your computer and use it in GitHub Desktop.
Check for string in another string
var inString = ~string.indexOf('search') ? 'yep!' : 'nope';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment