Searched refs:REGEXP_COLOR (Results 1 – 3 of 3) sorted by relevance
44 const REGEXP_COLOR = /^#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})$/; constant54 exports.REGEXP_COLOR = REGEXP_COLOR;
27 REGEXP_COLOR,82 if (REGEXP_COLOR.test(innerValue)) {167 return REGEXP_COLOR.test(value);
27 REGEXP_COLOR,273 } else if (REGEXP_COLOR.test(value)) {