How do I find and delete the utm_content parameter from all the urls in a file using Notepad++?
Sample data:
http://example.com/content1.html?utm_content=product1
http://example.com/abc2.html?utm_content=homepage
http://example.com/test/?utm_content=sku1234
http://example.com/runapp?utm_content=31231KS
http://example.com/blabla?utm_content=nl-laptops-tablets
Desired result:
http://example.com/content1.html
http://example.com/abc2.html
http://example.com/test/
http://example.com/runapp
http://example.com/blabla
Note: As I understand Notepad++ regular expressions use the standard PCRE (Perl) syntax.
As far as I understand your needs:
search for:
and replace with
"