Можно так:
[[STRING]] = "Осталось времени 1:30" [[TIME]] = [[STRING]].match(/\d+/g) [[TIME]] = +[[TIME]][0] * 60 * 1000 + +[[TIME]][1] * 1000Как удалить все НЕ цифры?
-
Как удалить все НЕ цифры в строке?
-
@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