Notepad++ Regex Get all FULL links that begins with a string in a HTML -


guys...

i have big html, , want take links start with

"https://exampledomain.com/category/" , delete rest, html have links "https://exampledomain.com/edit/..." "https://exampledomain.com/view/...", have tags, texts, , want delete no "https://exampledomain.com/category/.../"enter image description here

the final result must this:

https://www.exampledomain/category/presents/ https://www.exampledomain/category/books/ https://www.exampledomain/category/clothes/ https://www.exampledomain/category/bags/ 

any ideas? thanks! :)

as alex proposed, i've used search , replace sepparate links alone in line (using extended \n)... when done, i've used notepad++ " ctfl + f > mark " select lines contains

https://www.exampledomain/category/ 

then, removed no marked lines... using menu > search > markers > remove no selected lines...

thanks! :d


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -