Search code examples
Split string before qualifying substrings containing a Japanese character...


phpunicodesplitcjkdelimited

Read More
Join string values with a comma...


phpstringimplodedelimited

Read More
Submit more than one value from a single selected option...


phpsplithtml-selectdelimited

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


phpstringexplodedelimited

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


phpexplodedelimited

Read More
Parse colon delimited string into variables based on a value's preceding label...


phpstringtext-extractiontext-parsingdelimited

Read More
Split a string in half by a delimiting character...


phpstringsplitdelimited

Read More
Convert a comma-separated string containing quoted values into an array of associative arrays with h...


phparraysstringtext-parsingdelimited

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
Deconsolidate row values in a 2d array when pairs of comma-delimited values are encountered...


phparraysmultidimensional-arraydelimited

Read More
Get 3 random elements from a flat array and split each element by its delimiter...


phparraysrandomsplitdelimited

Read More
Split a flat array into a 2d array with chunked rows when a delimiting element is encountered...


phparraysmultidimensional-arraysplitdelimited

Read More
Get all integers which follow certain symbols in a string with multiple delimiters...


phpregexpreg-match-alltext-extractiondelimited

Read More
Regex pattern with optional segments failing to match slash-delimited string...


phpregexpreg-matchtext-extractiondelimited

Read More
Split a string by commas which are not inside potentially nested parentheses...


phpregexsplittext-parsingdelimited

Read More
Convert array of delimited strings to variables...


phparraysinitext-parsingdelimited

Read More
Get words delimited by "#$"...


phpregexpreg-matchdelimited

Read More
Capture an indeterminant number of delimited values inside of a square braced placeholder in a strin...


phpregexplaceholderdelimitedcapture-group

Read More
Replace last delimiter with one character and if there is an earlier delimiter replace it with anoth...


phpregexreplacedelimited

Read More
Match curly braced placeholders with a variable number of dot-delimited internal values...


phpregexplaceholdertext-parsingdelimited

Read More
Get string after first occurring forward slash...


phpregexstringuridelimited

Read More
Validate string to be alphanumeric optionally separated by solitary whitelisted delimiters in the mi...


phpregexstringvalidationdelimited

Read More
Get the top level directory name from a filepath string...


phpregexpathtext-parsingdelimited

Read More
Split delimited string by commas not enclosed in potentially nested squared braces...


phpregexrecursionsplitdelimited

Read More
How can I search for the existence of multiple whole substrings in a comma-delimited string?...


phpdelimited

Read More
Get the second and third values in a delimited string and assign to variables...


phpstringtext-parsingdelimited

Read More
How to do a query on a column containing comma separated values...


sqlmysqldelimitedfind-in-set

Read More
Group and flip Laravel collection to create delimited keys for each grouping valuevalue...


phplaravelcollectionsgroupingdelimited

Read More
Group Laravel collection results by one column, retain the first item of each group and create comma...


phplaravelgroupingcollectdelimited

Read More
BackNext