Regex not working
-
Hi,
I am trying to replace
/xx/login/
for/login/
, wherexx
is any 2 letters combination but it doesn’t work.The regex I am using is
\/([a-z]){2}\/login\/
, I wrote/login/
on the other textarea and checked the regex checkbox. But it doesn’t seem to work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Regex not working’ is closed to new replies.