Replace w regex not working
-
I’m having a similar problem as other users who are trying to use a regex to replace something. The “Search” button shows “matched row = 100, phrases = 283″ and the results correspond to everything I’m looking to replace.
Search: <a\s(?:[^\s>]*?\s)*?href=”(.*?)”.*?>(.+?)
Replace: $2Then I click on “Replace All” and it shows Replace progress going from 0 to 100 in under 2 seconds, with “0 phrases, 0 rows” affected.
I’ve tried it on both Mozilla and Chrome. Same results. I’ve disabled all the other plugins on the site and set the theme to Twentyseventeen, but that didn’t change this behavior.
Any suggestions?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Replace w regex not working’ is closed to new replies.