Searched refs:SPACE_REG (Results 1 – 1 of 1) sorted by relevance
569 const SPACE_REG: RegExp = /\s+/; constant573 if (typeof v === 'string' && SPACE_REG.test(v)) {574 newClassList.push(...v.trim().split(SPACE_REG));