Skip to content

Instantly share code, notes, and snippets.

@deepaksisodiya
Last active August 29, 2015 14:20
Example 1
var str = "DEEPAK SISODIYA";
var pattern = /deepak/i;
pattern.test(str); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment