string-strip-html
Strip HTML tags from strings. No parser, accepts mixed sources.
Install
This package is pure ESM. If you're not ready yet, install an older version of this program, 8.5.0 (npm i string-strip-html@8.5.0).
npm i string-strip-html
Quick Take
import { strict as assert } from "node:assert";
import { stripHtml } from "string-strip-html";
assert.equal(
stripHtml("Some text <b>and</b> text.").result,
"Some text and text.",
);
Documentation
Please visit codsen.com for a full description of the API. If you’re looking for the Changelog, it’s here. Also, try the GUI playground.
Contributing
To report bugs or request features or assistance, raise an issue on GitHub.
Licence
MIT License
Copyright 2010-2026 Roy Revelt and other contributors
![]()