UNPKG

hexo-related-posts

Version:

Hexo plugin that generates related posts list with TF/IDF algorithm

4 lines (2 loc) 289 B
const removeNonAlphaChars = (source) => String(source || '').toLowerCase().replace(/«/g, ' ').replace(/»/g, ' ').replace(/{/g, ' ').replace(/}/g, ' ').replace(/[^a-zа-я一-龠ぁ-ゔァ-ヴーa-zA-Z0-9々〆〤a-åa-ö0-9]+/gi, ' '); module.exports = removeNonAlphaChars;