Libraries tagged by delimiters
rawr/t-regx
122241 Downloads
PHP regular expression brought up to modern standards.
labelworx/excel-converter
5670 Downloads
Quickly convert XLSX, XLS or delimited files such as CSV, TSV, Semi Colon, Pipe Delimited or files with any bespoke delimiter of your choosing to a delimited file.
girgias/csv
12 Downloads
A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.Supports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.
fazed/laravel-strowel
154 Downloads
Small package dividing string into blocks using specified delimiters, written for Laravel 5.5 and up.
phpfacile/string-tokenizer
39 Downloads
Library to parse a string (especially to extract text and keywords identified by a begin and end delimiter and to substitute keywords by values)
phlib/csv
369 Downloads
A CSV parsing library; Prevents out of memory errors when parsing large files without a closing string delimiter
pasholvon/csv-generator
75 Downloads
CSV generator that allows to use custom enclosures and delimiters.
emeraldion/tramezzino
591 Downloads
Converts a list of strings into a compact, readable representation with delimiters of choice
william-lindner/delimiter_array_access
4 Downloads
An accessor function for arrays that allows you to find nested values by delimited notation.
matrixpro/csv-delimiter-finder
10 Downloads
Finds the delimiter in CSV files.
goblindegook/delimiter-align
155 Downloads
Aligns and rebalances plain text multiline strings around a delimiter.
dqneo/smarty-delimiter-converter
24 Downloads
a cli tool to convert delimiters in smarty template files
wazaari/mysql-parser
1301 Downloads
Parser for MySQL files including DELIMITER support
shifft/csvparser
373 Downloads
A simple csv parser, with automatic delimiter detection and header detection
secalith/array-digger
12 Downloads
Extracts the value from given array by given path (with delimiter). as default delimiter it uses dot(.)