Strip HTML tags from strings. No parser, accepts mixed sources.
A library of string for JavaScript and TypeScript. Find emails in string, strip html tags, validate password etc.
Strip ANSI escape codes from a string
Strip leading whitespace from each line in a string
Remove leading directory components from a path, like tar's --strip-components option
Strip UTF-8 byte order mark (BOM) from a string
Strip comments from JSON. Lets you use comments in your JSON files!
Strip comments and string literals from JavaScript code
Easily remove Unicode combining marks from strings.
Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.
Strip a byte order mark (BOM) from a string.
Strip comments from a Pug token stream (from the lexer)
Strip the final newline character from a string or Uint8Array
Indent each line in a string
Strip a substring from the start/end of a string
A simple method that will strip a valid hex prefix off a string, if present.
Check if a string has ANSI escape codes
Strip redundant indentation and indent the string
Strip flow type annotations from your output code.
Remove HTML comments from a string.
Strip UTF-8 byte order mark (BOM) from a stream
Strip UTF-8 byte order mark (BOM) from a Uint8Array
Strip ANSI color codes from a string. No dependencies.
Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.
Adds convenience methods to extract "meta" (as in http meta) strings from models.
String case conversion, slug generation, transliteration, padding, HTML stripping, whitespace normalization, word counting, reading time estimation, excerpt extraction, indentation, and more.
IprogStringUtils is a Ruby gem that provides a set of string manipulation utilities. These utilities include methods for converting strings to different cases such as camelCase, snake_case, and kebab-case, truncating strings with an ellipsis, reversing the order of words, stripping HTML tags, and more. This gem is designed to enhance the functionality of the Ruby String class with common string operations.
A CLI tool & library to enhance and speed up script/exploit writing for CTF players (or security researchers, bug bounty hunters, pentesters but mostly focused on CTF) by patching the String class to add a short syntax of usual code patterns. Methods for base64, digest (hash), flag, rot (Caesar), hexadecimal, case, cgi (URL encoding/decoding, HTML escaping/unescaping), binary, leet (1337), decimal, XOR, whitespace strip, IP/URI/domain/email defang/refang.