@GhostZ said in Как из строки удалить все Эмодзи?:
[[TEXT]] = [[TEXT]].replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g, '');
да, это помогло, спасибо
Как удалить все НЕ цифры в строке?
@VlFi
Where? You mean in BAS?
You can process file before or != means not equal to and regex number with \d{1,100}
или так
\D
https://regex101.com/r/Yxs6AY/3