Lines Matching defs:regex
115 function augment(regex, captureNames, isNative) { argument
133 function getNativeFlags(regex) { argument
152 function copy(regex, addFlags, removeFlags) { argument
402 on: function (regex, handler, options) { argument
516 self.exec = function (str, regex, pos, sticky) { argument
550 self.forEach = function (str, regex, callback, context) { argument
573 self.globalize = function (regex) { argument
801 self.test = function (str, regex, pos, sticky) { argument
975 fixed.match = function (regex) { argument
2980 var regex = { 'end' : regexGroup.right.source }; class
2986 left : { regex: regexGroup.left, css: 'script' }, property in htmlScript.left
2987 right : { regex: regexGroup.right, css: 'script' }, property in htmlScript.right