Search code examples
Print an array of pipe-delimited values as HTML list item tags...


phparraysexplodetext-extractiondelimited

Read More
Convert array to comma-delimited string without trailing comma...


phpforeachdelimited

Read More
Parse string with two sets of delimiters and inconsistent spacing and create a flat associative arra...


phparraysassociative-arraytext-parsingdelimited

Read More
Populate an array with two sets of values while looping over an array of delimited strings...


phparraysgroupingtext-parsingdelimited

Read More
Parse string with two sets of delimiters to form an associative array...


phparraysassociative-arraytext-parsingdelimited

Read More
From a string of comma-delimited phrases, get the first word from each phrase...


phpstringtext-extractiondelimited

Read More
Split words in string into an array without breaking phrases wrapped in double quotes...


phparraysstringexplodedelimited

Read More
Explode a string into a multidimensional array based on 4 different delimiters which signal how leve...


phparraysstringexplodedelimited

Read More
Explode all delimited strings in a flat array into a flat array of individual substrings...


phparraysexplodeflattendelimited

Read More
Sum substring values from an array of delimited strings...


phparrayssumsubstringdelimited

Read More
Group values of a flat array based on their leading substring...


phparraysgroupingstring-parsingdelimited

Read More
Split pipe-delimited values of a flat array into an associative array...


phparraysassociative-arraytext-parsingdelimited

Read More
Add comma after every word (except final word)...


phpstringreplacedelimited

Read More
Converting a CSV file with double quotes to a pipe-delimited format using sed...


bashcsvunixseddelimited

Read More
Convert years.months formatted string to months in PHP...


phptimetext-parsingunits-of-measurementdelimited

Read More
Extract data from a multidimensional array where a given date string in found in the delimited strin...


phparraysmultidimensional-arrayfilteringdelimited

Read More
Split string on "and" and a few symbols, but prevent split on hyphens if surrounded by dig...


phpregexregex-lookaroundspreg-splitdelimited

Read More
Parse comma-separated string where some substrings are wrapped in double quotes...


phpcsvtext-parsingdouble-quotesdelimited

Read More
Sort array of strings based on priority substring at the end of the string...


phparrayssortingdelimitedcustom-sort

Read More
Split a string AFTER every third instance of character...


phparrayssplitpreg-splitdelimited

Read More
Perform page url routing based on slash delimited string...


phpstringspliturl-routingdelimited

Read More
Generate DDL SQL create table statement after scanning CSV file...


sqlcsvddldelimited

Read More
Collect unique values from a 1d array of comma-separated values...


phparraysfilteringuniquedelimited

Read More
Split strings by different delimiting character sequences...


phpregextext-parsingpreg-splitdelimited

Read More
Parse a pipe-delimited string into 2, 3, 4 or 5 variables (depending on the input string)...


phparraystext-parsingvariable-declarationdelimited

Read More
Split a string with two delimiters into two arrays (explode twice)...


phparrayssplitexplodedelimited

Read More
SQL query for delimited string...


sqldelimited

Read More
How to build a delimited string using column names if the field is empty?...


sql-serverstringdelimited

Read More
Google Sheets: Filtering based on split strings...


searchfiltertextgoogle-sheets-formuladelimited

Read More
Group 1d array of filenames by their leading text and join filenames in each group with a delimiter...


phparraysconcatenationgroupingdelimited

Read More
BackNext