filesizegzip
Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)
Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)
Turns anything to string
Partition strings based on character indices
Given a list of strings, finds common prefix and returns shorter string `prefix[foo, bar, baz]`
Convert matching double-quotes to single-quotes: I "love" unicorns => I 'love' unicorns
Convert a comma-separated string into a plain JavaScript object.
Replace text patterns with a given replacement.
Convert a number to chinese words. Inspired from number-to-words
POSIX sprintf(3)-style String Formatting for JavaScript
A tiny string interpolation utility.
An implementation of weighted Damerau–Levenshtein distance.
Safe number parsing for pg and Sequelize.
Get the longest common subsequence of two strings as described in https://en.wikipedia.org/wiki/Longest_common_subsequence_problem
Convenient string utilities
Update the query string of a url with the given object
Obfuscate string literals in JavaScript code.
Converts a underscored or camelized string into an dasherized one
Simple, dependency-free, localization-friendly string and date replacement method for String
🦅 cli syntax highlighting: any function - any object - 176 languages
Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.