I am trying to replace long URLs with a new domain that just go to the root, but when I use the wildcard, it is replacing more than just the URL but code that is written after it
I tried adding what to search for after the wildcard, which would be a quote "
but it doesnt seem to stop at the FIRST quote.
for example I was using
find: site1.com/.*"
replace:site2.com/shop
but it is giving me
site1.com/2018/02/08/best-cannabis-strains-relieve-stress/" rel="canonical" /><meta property="og:locale"
and keeps going.
How do I make the wildcard string stop at the FIRST "
and not keep going