Searched refs:functionVendorRegexStr (Results 1 – 1 of 1) sorted by relevance
2 var functionVendorRegexStr = '\\-(\\-|[A-Z]|[0-9])+\\(.*?\\)'; variable4 …Str = '(' + variableRegexStr + '|' + functionNoVendorRegexStr + '|' + functionVendorRegexStr + ')';