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