Remove HTML
How to remove HTML from input
Tags, that should not be removed from the input.
Pattern that should be replaced instead of the removed tag. (default: '')
Before | After |
<h1>Input string</h1> | Input String |
<a href="https://www.test.com">test.com</a> | test.com |
Last modified 4yr ago