D
D
Dmitry Glazkov2020-07-06 19:34:20
Notepad++
Dmitry Glazkov, 2020-07-06 19:34:20

How to remove external links from text using Notepad++ if domains are different?

Please help me compose a regular expression to remove links from the text of the form

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-07-06
@dbglazkov

https://regex101.com/r/mZus3o/2
Find: <a\s[^>]*href="https?://[^>]*>(.*?)</a>
Replace:\1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question