Home
last modified time | relevance | path

Searched refs:functionAnyRegex (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dvalidator.js8 var functionAnyRegex = new RegExp('^' + functionAnyRegexStr + '$', 'i'); variable
367 return functionAnyRegex.test(value);