How to do If contains in zennoposter

nova

Client
Регистрация
09.10.2011
Сообщения
88
Благодарностей
7
Баллы
8
I wanted to know how I can do a if command but make it check if it contains a certain word instead of making it check to see if everything matches.

Say if my variable is set to: "This is a error"

And I want use if statement and check if that variable has "error" in it. How do i do that?

Thanks
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
Do a regex on your variable with error as the match. Then do a logic IF. '{-Variable.resultOfRegex-}'!='' will return true if error is in your variable string.
 
  • Спасибо
Реакции: nova

nova

Client
Регистрация
09.10.2011
Сообщения
88
Благодарностей
7
Баллы
8
Thanks. I understand the if part but I am not good with regex so I'm a bit confused with that part. Is it possible u can explain the regex on the variable with error as the match.
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
Of course
 

Вложения

KitKat21

Client
Регистрация
02.05.2017
Сообщения
263
Благодарностей
191
Баллы
43

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