Showing 1-20 of 388,784 packages
Easy way to split a string on a given character unless it's quoted or escaped.
Split string by any separator excluding brackets, quotes and escaped characters
🔪 split string by delimiter array - delimiters retained
Split string capture group retained on left
Split string by regex
A React component for finding matches within a split string.
Split string into array by chunks of whitespace
Split string.
Split a string on the first occurance of a given separator
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
split a Text Stream into a Line Stream
Generic splitOnce, using indexOf and slice so it can work on strings and buffers alike.
split a Text Stream into a Line Stream, using Stream 3
Split string and keep separators.
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
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.
split string into array with default delimiter `'/'`
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.