Can one use Boolean "*" in the REPLACE function - Need to convert HTML to text - delete all <*>
-
Can one use Boolean "" in the REPLACE function - Need to convert HTML to text - delete all <>
-
@D.J.-Gibson
yes, you can do this by using regular expressions in the replace panel of np++here is an example:
original data:
<title>test me</title> <a href="https://notepad-plus-plus.org"> https://notepad-plus-plus.org </a>activate search mode: regular expression:
find what: <(.*?)> replace with: (leave this line empty)result:
test me https://notepad-plus-plus.org
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login