How to check if there are numbers in a variable?

  • Автор темы Автор темы cesario678
  • Дата начала Дата начала

cesario678

Client
Регистрация
10.03.2022
Сообщения
227
Реакции
13
Баллы
18
I have a table, and from this table, I put the data into a variable. Some rows have numbers, others don't. I would like to read this variable and, if it has any numbers, that's okay, and if it doesn't have any numbers, it gives an error. Can someone help me?
 
Regex cube with \d (means any number in regex)
make sure to check 'error when the answer is empty

Will result in good exit if it has any number
and bad exit if it does not have a number



121187
 
  • Спасибо
Реакции: cesario678
  • Спасибо
Реакции: myndeswx

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)