striptags icon indicating copy to clipboard operation
striptags copied to clipboard

An implementation of PHP's strip_tags in Typescript.

Results 2 striptags issues
Sort by recently updated
recently updated
newest added

Hello, I have problem with importing your library... When I run `const striptags = require("striptags")` - everything is fine. But when Iam trying import with import keywork, it throws an...

I was looking for a way to strip only certain tags, and that appears to be possible with the v4 alpha versions of this package (as per the docs): ```js...