Parse 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 MoreGet hyphen-separated integers from inside parentheses in a string...
Read MoreParse a formatted string containing comma-separated key=value expressions...
Read MoreParse filename with extension to isolate leading characters and numeric suffix without the extension...
Read MoreParse an ini-formatted string to generate an associative array...
Read MoreParse multiple conditional expressions in an SQL string...
Read MoreParse string containing curly-brace-styled opening and closing tags...
Read MoreParse JSON string which is invalid due to missing quotes...
Read MoreConvert a comma-separated string containing quoted values into an array of associative arrays with h...
Read MoreDecode incorrectly quoted json string, then flatten 2d payload to an associative array...
Read MoreConverting a comma separated string of attribute declarations into an associative array...
Read MoreConvert string of comma-delimited, square brace wrapped expressions into a 2d array...
Read MoreHow do I extract substrings immediately before the nearest punctuation?...
Read More