How to check if text exist in a text file?

cheate

Client
Регистрация
16.08.2012
Сообщения
37
Благодарностей
0
Баллы
0
So I have a link and I want to test if that link exist in a text file. How to do this?
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 708
Баллы
113
Create a list, sync this list with txt file on hard drive.

Operation with list - Merge lines - put to variable1
Word processing - Regex:
What to parse: {-Variable.variable1-} and instead of regex put link that you wanna found
Put result of this step to variable2.

Then use If

'{-Variable.variable2-}'!=''
If true = link is in the list
False = it's not there
 

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