Print an array of pipe-delimited values as HTML list item tags...
Read MoreConvert array to comma-delimited string without trailing comma...
Read MoreParse string with two sets of delimiters and inconsistent spacing and create a flat associative arra...
Read MorePopulate an array with two sets of values while looping over an array of delimited strings...
Read MoreParse string with two sets of delimiters to form an associative array...
Read MoreFrom a string of comma-delimited phrases, get the first word from each phrase...
Read MoreSplit words in string into an array without breaking phrases wrapped in double quotes...
Read MoreExplode a string into a multidimensional array based on 4 different delimiters which signal how leve...
Read MoreExplode all delimited strings in a flat array into a flat array of individual substrings...
Read MoreSum substring values from an array of delimited strings...
Read MoreGroup values of a flat array based on their leading substring...
Read MoreSplit pipe-delimited values of a flat array into an associative array...
Read MoreAdd comma after every word (except final word)...
Read MoreConverting a CSV file with double quotes to a pipe-delimited format using sed...
Read MoreConvert years.months formatted string to months in PHP...
Read MoreExtract data from a multidimensional array where a given date string in found in the delimited strin...
Read MoreSplit string on "and" and a few symbols, but prevent split on hyphens if surrounded by dig...
Read MoreParse comma-separated string where some substrings are wrapped in double quotes...
Read MoreSort array of strings based on priority substring at the end of the string...
Read MoreSplit a string AFTER every third instance of character...
Read MorePerform page url routing based on slash delimited string...
Read MoreGenerate DDL SQL create table statement after scanning CSV file...
Read MoreCollect unique values from a 1d array of comma-separated values...
Read MoreSplit strings by different delimiting character sequences...
Read MoreParse a pipe-delimited string into 2, 3, 4 or 5 variables (depending on the input string)...
Read MoreSplit a string with two delimiters into two arrays (explode twice)...
Read MoreHow to build a delimited string using column names if the field is empty?...
Read MoreGoogle Sheets: Filtering based on split strings...
Read MoreGroup 1d array of filenames by their leading text and join filenames in each group with a delimiter...
Read More