Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Strip UTF-8 byte order mark (BOM) from a string
Parse JSON with more helpful errors
Small function for interpolating variables into javascript strings.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Replace in string pattern by variables. Throw error if variables is not string or number.
Get a stream as a string, Buffer, ArrayBuffer or array
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
ANSI escape codes for manipulating the terminal
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Returns true if a string has an extglob.
Strip the final newline character from a string or Uint8Array
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Slice a string with ANSI escape codes
Efficient implementation of Levenshtein algorithm with locale-specific collator support.
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
- primitive
- abstract
- ecmascript
- es5
- es6
- es2015
- toPrimitive
- coerce
- type
- object
- string
- number
- boolean
- symbol
- View more
Indent each line in a string
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
Modify strings, generate sourcemaps
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow