Answer the question
In order to leave comments, you need to log in
How to write regular expression in postman?
Good day to all.
Help needed.
It is necessary to extract from the link everything between the signs = and ", i.e. the payment id.
"url": "https://lalala.ru/payment_ru.html?mdOrder=12abcd11-aaaa-8888-88cc-c1cc00c6cc1c"
(?<==)(.*)(?=")
payment_id = resp_data.url.match(/(?<==)(.*)(?=")/);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question