Searched refs:getParseRegexForToken (Results 1 – 3 of 3) sorted by relevance
673 function getParseRegexForToken (token, config) { function2409 parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0];
7845 function getParseRegexForToken (token, config) {9488 parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0];
1 …getParseRegexForToken (token, config) {\n if (!hasOwnProp(regexes, token)) {\n r…