striptags
HTML tag remover
A PHP-like HTML tag stripper implemented in TypeScript.
An implementation of PHP's strip_tags in Typescript.
494 stars
10 watching
52 forks
Language: TypeScript
last commit: about 2 years ago
Linked from 1 awesome list
htmlnodestrip-tagsstriptagsxss
Related projects:
Repository | Description | Stars |
---|---|---|
chalk/strip-ansi-cli | Tools for removing ANSI escape codes from text input. | 56 |
sindresorhus/strip-css-comments-cli | A command-line tool to remove comments from CSS files | 38 |
sindresorhus/strip-css-comments | A utility that removes comments from CSS code while preserving certain comment patterns or functions. | 121 |
chalk/strip-ansi-stream | A utility for removing special formatting codes from text streams | 34 |
se-panfilov/rollup-plugin-strip-code | A rollup plugin to remove code sections based on regular expressions | 20 |
sindresorhus/gulp-strip-debug | Removes console statements from JavaScript code to strip debugging information | 251 |
chalk/strip-ansi | Removes unwanted formatting codes from text | 398 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
ndmitchell/tagsoup | A Haskell library for parsing and extracting information from HTML/XML documents | 233 |
windwp/nvim-ts-autotag | A plugin that uses Treesitter to auto-close and auto-rename HTML tags in Neovim | 1,705 |
georgestagg/webr | Compiles R statistical language into WebAssembly for use in web browsers and Node | 1 |
plainas/tq | Tool that extracts content from HTML documents based on CSS selectors | 236 |
react-tags/react-tags | A component for managing tags with features like autocomplete and drag-and-drop reordering | 1,507 |
seankay/curtail | A utility library for truncating HTML-safe strings within specified boundaries. | 32 |
rust-scraper/scraper | A Rust library for parsing and querying HTML documents using CSS selectors. | 1,937 |