Pad strings to a given length
Efficiently modify strings containing ANSI escape codes
Encode and decode quoted printable and base64 strings
A JavaScript library that breaks strings into their individual user-perceived characters (including emojis!)
A regex to match any full character, considering weird character ranges.
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
A wide-character aware text alignment function for use on the console or with fixed width fonts.
A fast way to split small-to-medium sized strings by small string delimiters
A port of inflection-js to node.js module
Splits a String into an Array of substrings with the option to skip some cases where the separator is found, based on some truthy condition.
Pure-JS ADLER-32
Tokenizes a string that represents a regular expression.
Brace expansion as known from sh/bash
No description provided.
Split a string on the first occurance of a given separator
Generate a unique character string suitible for use in files and URLs.
Match balanced character pairs, like "{" and "}"
This addon provides string helpers for Ember templates and components.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
splits an stream on a character (e.g. \n) and emits the strings in between
Put a little spinner on process.stderr, as unobtrusively as possible.
Front-matter parser.
Easy way to split a string on a given character unless it's quoted or escaped.
<img src="./logo.png">
A small utility to split a string into the first or last character (type `char`) and the rest (type `&str`)
This crate is DEPRECATED, use split-char-from-str instead