Skip to content

Instantly share code, notes, and snippets.

@roman01la
Forked from paulosborne/gist:7640679
Created November 25, 2013 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman01la/7647349 to your computer and use it in GitHub Desktop.
Save roman01la/7647349 to your computer and use it in GitHub Desktop.
var message = "hello, how are you Tal?";
if (~message.indexOf('Tal')) {
console.log('found matching text');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment