created by Brian LeRoux & Andrew Lunny. sparodically uncurated by David Trejo.

    var re = new RegExp('Foo B', 'gi');
    alert(re.test('Foo Bar')); // true
    alert(re.test('Foo Bar')); // false
Fork me on GitHub