npm.io
13.6.1 • Published 1 week ago

string-strip-html

Licence
MIT
Version
13.6.1
Deps
0
Vulns
0
Weekly
0
Stars
213

string-strip-html

Strip HTML tags from strings. No parser, accepts mixed sources.

page on codsen.com page on npm page on github Downloads per month changelog MIT Licence playground

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

ok codsen star

Keywords