Split a string on a delimiting string to create two variables...
Read MoreExplode delimited string without creating empty elements...
Read MoreSplit a string in half by a delimiting character...
Read MoreConvert a comma-separated string containing quoted values into an array of associative arrays with h...
Read MoreSplit the delimited values in a flat array and populate arrays with column values...
Read MoreConvert string into a 2d array by splitting on two delimiters...
Read MoreDeconsolidate row values in a 2d array when pairs of comma-delimited values are encountered...
Read MoreGet 3 random elements from a flat array and split each element by its delimiter...
Read MoreSplit a flat array into a 2d array with chunked rows when a delimiting element is encountered...
Read MoreGet all integers which follow certain symbols in a string with multiple delimiters...
Read MoreRegex pattern with optional segments failing to match slash-delimited string...
Read MoreSplit a string by commas which are not inside potentially nested parentheses...
Read MoreConvert array of delimited strings to variables...
Read MoreGet words delimited by "#$"...
Read MoreCapture an indeterminant number of delimited values inside of a square braced placeholder in a strin...
Read MoreReplace last delimiter with one character and if there is an earlier delimiter replace it with anoth...
Read MoreMatch curly braced placeholders with a variable number of dot-delimited internal values...
Read MoreGet string after first occurring forward slash...
Read MoreValidate string to be alphanumeric optionally separated by solitary whitelisted delimiters in the mi...
Read MoreGet the top level directory name from a filepath string...
Read MoreSplit delimited string by commas not enclosed in potentially nested squared braces...
Read MoreHow can I search for the existence of multiple whole substrings in a comma-delimited string?...
Read MoreGet the second and third values in a delimited string and assign to variables...
Read MoreHow to do a query on a column containing comma separated values...
Read MoreGroup and flip Laravel collection to create delimited keys for each grouping valuevalue...
Read MoreGroup Laravel collection results by one column, retain the first item of each group and create comma...
Read MoreInsert delimiter between each character in a string and repeat each letter using an increasing count...
Read MoreMerge Laravel collection Items containing delimited values into a new flat array of all exploded val...
Read MorePrepend character to each value in a delimited string...
Read More