Searched refs:IMPORTANT_WORD_PATTERN (Results 1 – 1 of 1) sorted by relevance
14 IMPORTANT_WORD_PATTERN: new RegExp('important$', 'i'), property98 } else if (lastValue[1][0] == Match.BANG && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN)) {100 …astValue[1].indexOf(Match.BANG) > 0 && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN) && Match.…118 …} else if (Match.IMPORTANT_WORD_PATTERN.test(lastValue[1]) && Match.SUFFIX_BANG_PATTERN.test(prope…132 lastValue[1] = lastValue[1].replace(Match.IMPORTANT_WORD_PATTERN, '');