normalize-path
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Split a string on the first occurance of a given separator
Fast CSV parser
Create regex for template delimiters.
🔪 split string by delimiter array - delimiters retained
Regular expression for matching es6 template delimiters in a string.
Count the lines in a string, works with windows carriage returns or unix style newlines.
Delimiter Tool for Editor.js
Detect if a chunk of a string is a csv
Split a string and preserve the delimiters.
Custom delimiters, for Handlebars templates.
Count the lines in a string.
A Transform Stream that splits a stream into chunks based on a delimiter
Streaming chunks based on delimiter
Converts flat JSON objects into deep object graph.
Delimiter Tool for CodeX.Editor
Aids streams searching with string or regex delimiters.
Useful for basic templating by interpolating values into placeholders. Takes a left and right delimiter and returns a regex object for matching them and capturing the contents.
Convert arrays of data to CSV files
Delimiter Tool for Editor.js