SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use string.match().
var string1 = "aBc"; var match = string1.match(/AbC/i); if(match) { }