Searched refs:noAnd (Results 1 – 1 of 1) sorted by relevance
216 const noAnd: string = condition.replace(/and[^a-z]/g, ',('); constant217 const conditionArr: string[] = noAnd.split(',');