Print each value of a delimited string as an HTML list item...
Read MoreReading .DAT file with odd tab-delimited structure in r...
Read MoreParse a text file into an array of associative arrays by splitting on semicolons, then commas, then ...
Read MoreHow to create an array of indexed arrays from a string with two sets of delimiters...
Read MoreSplit string by any of multiple delimiters...
Read MoreHow to split a string with two delimiters into an array of indexed arrays without using a loop?...
Read MoreExtract version number from a delimited string...
Read MoreParse an array of delimited values into a flat, associative array...
Read MoreSplit each value of a flat array at delimiter and create separate arrays from each half...
Read MoreSplit qualifying colon-space separated strings in an array to form a new associative array...
Read MoreSanitize and standardize a string that contains an indeterminate sequence of delimiting characters a...
Read MoreGroup rows of a 2d array by a column and concatenate another column within each group as a comma sep...
Read MoreReduce an associative array to pipe-delimited sets of hyphen-separated key-value pairs...
Read MoreParse a string with 3 delimiters and return the keys which contain a qualifying value...
Read MoreConvert flat array of delimited key path strings to a multidimensional array with each path terminat...
Read MoreParse array of strings composed of dot.separated.keys into a multidimensional array...
Read MoreParse a string with three delimiters into an associative array of indexed arrays...
Read MoreSplit string on pipes which are not between square braces...
Read MoreExtract values from a double-pipe- separated string also wrapped in pipes and square braces...
Read MoreGet all pipe-delimited words inside of all curly braced expressions in a string...
Read MoreGet first three words from up to 10 comma-delimited phrases in a string...
Read MoreHow to use a comma-separated string in CodeIgniter's where_in() method...
Read MoreSwap the position of two halves of a string...
Read MoreParse colon delimited string into variables based on a value's preceding label...
Read MoreMatch one of two whole integers in a string of pipe-delimited, pipe-wrapped integers...
Read MoreSplit string before qualifying substrings containing a Japanese character...
Read MoreSubmit more than one value from a single selected option...
Read More