Search found 1 match

by norfeem
Thu Feb 15, 2018 5:39 pm
Forum: Advanced Find and Replace
Topic: Removing link..
Replies: 1
Views: 79174

Removing link..

I currently have a Simple Find reg expr that is working perfectly
<a href="https://www.yyyy.com.*>?</a>
I want to replace above leaving only the ? values example when I search
My Results are

<a href="https://www.yyyy.com">123</a>
<a href="https://www.yyyy.com" target="_blank">789</a>
<a href ...