pau919
Results
1
issues of
pau919
**Describe the bug** In the inclusive-dates_3.entry.js, it has this code's part: exports.extractTerms = extractTerms; function matchAnyPattern(dictionary) { const joinedTerms = extractTerms(dictionary) .sort((a, b) => b.length - a.length) .join("|") .replace(/\./g, "\\.");...