Search code examples
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
Convert delimited string into array key path and assign value...


phparraysmultidimensional-arraydelimitedkeypaths

Read More
Get the last N words in a string...


phppreg-matchdelimited

Read More
Split comma-delimited string of dollar amounts with trailing 3-letter currency into associative arra...


phparraysassociative-arraycurrencydelimited

Read More
Parse inline style attribute string and get index of a specific attribute name...


phpcssarrayspreg-splitdelimited

Read More
Regex to match alphanumeric characters, underscore, periods and dash, allowing dot and dash only in ...


phpregexvalidationpreg-matchdelimited

Read More
Split qualifying colon-space separated strings in an array to form a new associative array...


phparraysassociative-arraytext-parsingdelimited

Read More
Split, group, count and display data from delimited strings...


phparraysexplodecountingdelimited

Read More
Remove duplicate items in array that have comma separating values...


phparrayscsvduplicatesdelimited

Read More
Merge combinations of values from a 2d array and form non-standard delimited strings...


phparraysmergecombinationsdelimited

Read More
Extract nth element from comma-delimited list with Google Sheets formula...


filtersplitgoogle-sheets-formulamatchdelimited

Read More
Split an underscore-delimited string, but ignore underscores occurring in a url...


phpregexsplittext-parsingdelimited

Read More
BackNext