string-strip-html
Strip HTML tags from strings. No parser, accepts mixed sources.
No 3rd party dependencies. All dependencies and devDependencies, checked recursively, are Codsen packages.
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. For Changelog, see raw md on GitHub or the website. 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
![]()