File size: 115 Bytes
41a71fd
 
 
1
2
3
4
export const regexMap = {
    onlyRuSymbols: /[а-яА-ЯёЁ]+/, // Только русские символы
};