Splits a string into individual words, taking quotes into account
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Encode and decode quoted printable and base64 strings
Convert a string of words to a JavaScript identifier
Easy way to split a string on a given character unless it's quoted or escaped.
Split a string on the first occurance of a given separator
split a Text Stream into a Line Stream
Split a English sentence without any spaces nor accents, into words.
split a Text Stream into a Line Stream, using Stream 3
Split string by any separator excluding brackets, quotes and escaped characters
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
No description provided.
A git diff component to consume the git unified diff output.
Split a double-precision floating-point number into a higher order word and a lower order word.
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.
Split lines into an array of lines
Wordwrap a string with ANSI escape codes
Cross browser String#split implementation
Safely push each item of an array to a stream
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.
Tiny Casing utils
Micro-library to split a DOM element's words & chars into elements populated with CSS vars.
Specify a character limit and a string. Returns an array with the first and second parts of the original string as two new strings without splitting any words.
A library for splitting your string up into words and sentences. * Comprehensive: Handles the cases that you miss with .split(" ") or .split(/W+/) * Lossless: Stores whitespacing for re-assembling the source string * Flexible: Extend the grammar with your own rules
This library borned from the early versions of string_utility_belt gem, this gem adds new common purpose methods to String class. E.g: split a string in words, replace a sequence of spaces per a unique space.
No description provided.
No description provided.