Searched refs:REGEXP_UNIT (Results 1 – 3 of 3) sorted by relevance
45 const REGEXP_UNIT = /px|cm|em|deg|rad/; constant55 exports.REGEXP_UNIT = REGEXP_UNIT;
28 REGEXP_UNIT,162 obj[key] = parseInt(value.replace(REGEXP_UNIT, ''), 10);
28 REGEXP_UNIT,271 return parseInt(value.replace(REGEXP_UNIT, ''), 10);