Stringy icon indicating copy to clipboard operation
Stringy copied to clipboard

Add strip_tags()

Open web64 opened this issue 6 years ago • 0 comments

First of all, thanks for a great library!

A strip_tags() function that actually works would be a great addition! Must be able to handle:

  • prevent words from being joined when tags are removed: example: word<br />another_word

Here is what I'm using at the moment: https://gist.github.com/web64/b0efa3f001401950f26fb72f5eff8674

web64 avatar Aug 02 '17 09:08 web64