How to calculate multiple variables with Take Text?

DoctorStrange

Новичок
Регистрация
30.03.2018
Сообщения
6
Благодарностей
0
Баллы
1
I'm trying to calculate multiple variables from the same page with the Take Text function but I can't figure it out. The output is the whole regex expression with the variables calculated.

For example if I use regex:

Код:
v1\":\"([^,]*).*?v2\":([^,]*).*?v3\":([^,]*).*?v4\":\"([^,]*)
I want the output to be like this:

Код:
V1: 10, V2: 20, V3: 30, V4: 40
But instead of just outputting the data of the capture group, ZennoPoster is just giving me whole regex expression.

Somebody please explain how to calculate multiple variables in just 1 Take Text function (or perhaps some other way) because it's too confusing for me. I've also tried seeing some videos but they are too complex and for the older version of ZennoPoster.
 

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