String modules

Showing projects tagged as String

  • chalk

    9.2 7.2 L4 JavaScript
    ๐Ÿ– Terminal string styling done right
  • Numeral.js

    8.5 0.0 L2 JavaScript
    A javascript library for formatting and manipulating numbers.
  • Flexsearch

    8.4 7.1 JavaScript
    Next-Generation full text search library for Browser and Node.js
  • Underscore.string

    6.9 0.0 L4 JavaScript
    String manipulation helpers for javascript
  • he

    6.7 0.0 L3 JavaScript
    A robust HTML entity encoder/decoder written in JavaScript.
  • multiline

    5.8 0.0 L5 JavaScript
    Multiline strings in JavaScript.
  • pretty-ms

    4.9 4.2 L5 JavaScript
    Convert milliseconds to a human readable string: `1337000000` โ†’ `15d 11h 23m 20s`
  • normalize-url

    4.9 2.5 L3 JavaScript
    Normalize a URL
  • hasha

    4.8 2.5 JavaScript
    Hashing made simple. Get the hash of a buffer/string/stream/file.
  • gradient-string

    4.7 3.5 JavaScript
    :rainbow: Beautiful color gradients in terminal output
  • camelcase

    4.6 4.2 L5 JavaScript
    Convert a dash/dot/underscore/space separated string to camelCase: foo-bar โ†’ fooBar
  • leven

    4.5 0.0 L3 JavaScript
    Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm
  • escape-string-regexp

    4.3 0.0 JavaScript
    Escape RegExp special characters
  • url-pattern

    4.3 0.0 CoffeeScript
    easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
  • matcher

    4.1 1.5 JavaScript
    Simple wildcard matching
  • ansi-escapes

    3.8 4.5 JavaScript
    ANSI escape codes for manipulating the terminal
  • filenamify

    3.7 4.2 JavaScript
    Convert a string to a valid safe filename
  • string-width

    3.5 2.5 JavaScript
    Get the visual width of a string - the number of columns required to display it
  • get-stream

    3.2 0.0 L5 JavaScript
    Get a stream as a string, buffer, or array
  • parse-json

    3.2 0.0 L3 JavaScript
    Parse JSON with more helpful errors
  • os-locale

    2.9 0.0 L5 JavaScript
    Get the system locale
  • neat-csv

    2.9 1.3 JavaScript
    Fast CSV parser
  • humanize-url

    2.7 2.5 JavaScript
    Humanize a URL: https://sindresorhus.com โ†’ sindresorhus.com
  • detect-indent

    2.6 0.0 L3 JavaScript
    Detect the indentation of code
  • into-stream

    2.5 2.5 L5 JavaScript
    Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
  • strip-indent

    2.3 0.0 JavaScript
    Strip leading whitespace from each line in a string
  • string-length

    2.3 0.0 JavaScript
    Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes
  • strip-bom

    2.1 0.0 JavaScript
    Strip UTF-8 byte order mark (BOM) from a string
  • indent-string

    2.1 2.1 JavaScript
    Indent each line in a string
  • strip-css-comments

    2.0 2.5 CSS
    Strip comments from CSS