Parse a querystring into an associative array...
Read MoreParse inline style declaration string to array...
Read MorePopulate two arrays from substrings in multiline text...
Read MoreParse datetime string in Ydm.His format...
Read MoreParse a string without delimiters into a 2d array...
Read MoreExtract values from a double-pipe- separated string also wrapped in pipes and square braces...
Read MoreParse filename without delimiting characters into segments...
Read MoreParse numeric string from right to left and isolate 1 to 3 separate values...
Read MoreConvert number into equivalent number as English phrase...
Read MoreGet only the filename from a filepath string...
Read MoreParse the query string of a string containing a relative URL...
Read MoreGet value from "value" attribute declarations in a string...
Read MoreParse colon delimited string into variables based on a value's preceding label...
Read Morepassing a list of quoted strings as a parameter to a SAS macro and using it in a data field...
Read MoreParse a multi-line string and assign extracted substrings a default value of zero...
Read MoreParse a CSV string and assign each value to a variable...
Read MoreGet ALL-CAPS word and time expression from predictably formatted string...
Read MoreParse multilingual flight info logs and extract potentially space-separated flight numbers...
Read MoreParse string containing square-braced path keys and key=value expressions and make a multidimensiona...
Read MoreParse a multi-line string with parent data and indented child data and create a multidimensional arr...
Read MoreGget all substring inside potentially nested curly braces...
Read MoreParse multiline text with values of static or maximum length and with multiple delimiters...
Read MoreConvert a comma-separated string of key=value expressions into an associative array...
Read MoreParse a string with key=value declarations and make an associative array...
Read MoreConvert two-line csv string (header and values) to associative array...
Read MoreParse a CSV string with single-quotes around some values...
Read MoreParse SQL SELECT clause text and create an array containing each column/expression...
Read MoreParse multiple lines of formatted text and generate an associative array...
Read More