A NodeJS module that splits a file into parts while preserving lines.
split a Text Stream into a Line Stream, using Stream 3
Split a LineString by another GeoJSON Feature.
Split string by any separator excluding brackets, quotes and escaped characters
split a Text Stream into a Line Stream
Easy way to split a string on a given character unless it's quoted or escaped.
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.
No description provided.
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Safely push each item of an array to a stream
Cross browser String#split implementation
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.
Split lines into an array of lines
Split a string on the first occurance of a given separator
React split-pane component
Split a string into an array based on where an ansi code is present
TypeScript definitions for split2
Angular UI library to split views and allow dragging to resize areas using CSS grid layout.
Split email messages into an object stream
Format an OpenAPI document by ordering, formatting and filtering fields.
Split Cypress specs across parallel CI machines for speed
Check if a protocol requires a certain port number to be added to an URL.
Encode and decode quoted printable and base64 strings
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
A Ruby wrapper around mp3splt that makes splitting mp3s with a cue file super simple.
Splits one line into many with a maximum length. It will split at the end of a word where possible. Default line length is 20
fluentd filter plugin to split messages containing multiple log lines
Split Images for your document in one line of code
Threshold Secret Sharing (TSS) provides a way to generate N shares from a value, so that any M of those shares can be used to reconstruct the original value, but any M-1 shares provide no information about that value. This method can provide shared access control on key material and other secrets that must be strongly protected. This gem implements a Threshold Secret Sharing method based on polynomial interpolation in GF(256) and a format for the storage and transmission of shares. This implementation follows the specification in the document: http://tools.ietf.org/html/draft-mcgrew-tss-03
This plugin splits (nested) blockquotes when the user try to break lines into them.
Splits large files into multiple smaller ones, based on line numbers
Docsplit is a command-line utility and Ruby library for splitting apart documents into their component parts: searchable UTF-8 plain text, page images or thumbnails in any format, PDFs, single pages, and document metadata (title, author, number of pages...)
A function that splits a string into an Array of stripped, non-empty lines: Strip_Lines(" test \n \n test ")
Command line utility that can split files into chunks, join them together. All is done in binary mode making it encoding independent.
Simplistic parsing of INI style files. Data within sections can be handled as raw lines or as an array split on spaces.