How to regex email:password

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

xboredx

Client
Регистрация
26.12.2011
Сообщения
18
Реакции
0
Баллы
0
I am new to regular expressions so not quite sure how to do this. I spent about 2 hours in a reg ex builder trying to figure this one out, so if someone knows off hand I would really appreciate it.

All I want to do is grab the password from a standard email:Password setup.
 
you dont need regex for this, you have split string you can use

first you load email in GET-->MACROS branch using {-File.GetString-|-\Resources\email.txt-|-random-|-false-}

then you use execution result of it in next GET MACROS branch or directly in place you need it using split string like this:

{-String.Split-|-{-FieldData.FieldData-|-●8●3●4●5●6●8●-|-≡5≡8≡2≡2≡6≡9≡9≡5≡1≡-}-|-:-|-0-}

Red number zerro i marked is telling you to get email in this case you have, if you wana get password, you just need to change 0 into 1.


OK, i hope this will help you ;)
 

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