Regex if the link contains ?qr=
-
Hello.
I want to check if the link contains “?qr=” parameter.
(the value of the qr parameter is dynamic)If so, it will be redirected. Otherwise, nothing will happen.
MY LINK: https://example.com/markers/?qr=5626254151515
If the link has this qr parameter, it will redirect to this site:
https://example.com/hello.phpWhat should I use there. Thank you. I am not a web developer..
What I tried so far is:
1. ^/(.*?)/\?qr=.*
2. ^https://example.no/markers/?qr=.*But they did not work. Thank you in advance.
by the way, thanks for the plugin. I am going to ask the company to support you.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Regex if the link contains ?qr=’ is closed to new replies.