Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
oatkiller edited this page Sep 13, 2010 · 1 revision

takes a pattern string and flags string, exactly like the regex construtor. returns a new regex

(function () {

o.regex('asdf','i'); // same a new RegExp('asdf','i');

})();
Clone this wiki locally