Searched refs:functionAnyRegexStr (Results 1 – 1 of 1) sorted by relevance
4 var functionAnyRegexStr = '(' + variableRegexStr + '|' + functionNoVendorRegexStr + '|' + functionV… variable8 var functionAnyRegex = new RegExp('^' + functionAnyRegexStr + '$', 'i');