Search code examples
Explode each delimited string in a 2d array to form a multidimensional array with as many as 3 level...


phparraysmultidimensional-arrayexplode

Read More
Parse a flat, associative array with keys representing a delimited key path into a multidimensional,...


phparraysrecursionmultidimensional-arrayexplode

Read More
Convert text with two delimiters into an array of indexed arrays...


phparraysmultidimensional-arraysplitexplode

Read More
How to split text which has spaces and newlines...


phpexplode

Read More
How to fix my conditional string explosions?...


phpstringexplode

Read More
How to avoid empty elements by splitting a string on one or more consecutive spaces?...


phpexplode

Read More
How to split a multiline string on newlines?...


phpnewlineexplodemultiline

Read More
Hiw to limit the number of elements produced by explode()?...


phpsplitexplode

Read More
Explode string only once on first occurring newline character...


phparrayssplitexplodepreg-split

Read More
Reformat a string with two sets of delimiters into more human-readable, multiline text...


phpexplodetext-parsingtext-formatting

Read More
Split each value of a flat array at delimiter and create separate arrays from each half...


phparraysexplodedelimited

Read More
Split string only at spaces followed by word then a colon...


phpregexstringsplitexplode

Read More
Split a string on the first and last spaces only...


phpexplode

Read More
Explode a string on commas not inside of double-quoted values...


phpcsvdelimiterexplode

Read More
Rust Polars: Is it possible to explode a list column into multiple columns?...


dataframerustexplodepython-polarsrust-polars

Read More
Access the key of a flat array and parse the delimited key string into an array...


phparrayskeyexplodetext-parsing

Read More
PHP explode text to multidimensional array...


phpmultidimensional-arrayexplode

Read More
Explode a string with two delimiters into an array...


phpmultidimensional-arrayexplodetext-parsing

Read More
Explode each string in a flat array...


phparraysstringmultidimensional-arrayexplode

Read More
Convert a string with 2 delimiters into a flat associative array...


phparraysexplodetext-parsing

Read More
Split the comma-separated string of a specified column in each row of a multidimensional array...


phparraysmultidimensional-arraysplitexplode

Read More
Split a comma-delimited string into an array?...


phparraysstringcsvexplode

Read More
Parse a CSV string with single-quotes around some values...


phpstringcsvexplodetext-parsing

Read More
Access lines of a txt file by line index...


phpstringfileexplode

Read More
Split string only on first occurrence of a delimiter...


phpexplode

Read More
Parse multiple lines of formatted text and generate an associative array...


phpstringassociative-arrayexplodetext-parsing

Read More
Split a string on a delimiting string to create two variables...


phpstringexplodedelimited

Read More
Explode a delimited string without generating empty elements...


phpexplode

Read More
Explode delimited string without creating empty elements...


phpexplodedelimited

Read More
Split a delimited string and create single-element associative rows from the values with a static ke...


phparraysexplode

Read More
BackNext