Search code examples
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
Split a string on commas unless comma is inside single quotes...


phpcsvexplode

Read More
Explode semicolon delimited string and iterate every two values...


phparraysloopsexplode

Read More
Split the delimited values in a flat array and populate arrays with column values...


phparraysexplodedelimited

Read More
Convert string into a 2d array by splitting on two delimiters...


phparraysmultidimensional-arrayexplodedelimited

Read More
Explode a delimited string and push values into grouping arrays...


phparraysstringgroupingexplode

Read More
Explode a string and insert values as new rows in database...


phparrayssql-insertexplode

Read More
Explode a delimited string and print the elements as part of a larger string...


phparraysexplode

Read More
Explode each values of Array element...


phparraysexplode

Read More
Explode JSON array into rows...


jsonapache-sparkpysparkexplodeconvertfrom-json

Read More
Explode string on hyphens surrounded by spaces...


phpexplode

Read More
Split string with delimiting character into two variables?...


phpstringparsingsplitexplode

Read More
Explode map column in Pyspark without losing null values...


apache-sparkpysparkapache-spark-sqlexplode

Read More
create a subset array-of-struct column without exploding...


arrayspysparkstructexplode

Read More
PHP dirname() loses last folder...


filepathexplodedirname

Read More
Explode string at first alphanumeric character...


phpexplode

Read More
Print an array of pipe-delimited values as HTML list item tags...


phparraysexplodetext-extractiondelimited

Read More
PHP explode on second instance of a delimiter...


phpexplode

Read More
Performance comparison: call explode() in foreach() signature versus passing exploded data as a vari...


phpperformancememoryforeachexplode

Read More
How to loop over array created by explode()?...


phploopsforeachexplode

Read More
Extract all numeric substrings which are followed by a particular character...


phparraysstringexplodedelimiter

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
Split delimited string into an array...


phparraysexplode

Read More
Convert a comma-delimited string into array of integers?...


phparraysstringintegerexplode

Read More
BackNext