Search code examples
Get ALL-CAPS word and time expression from predictably formatted string...


phpregextext-extractiontext-parsing

Read More
Parse multilingual flight info logs and extract potentially space-separated flight numbers...


phpregexstringtext-extractiontext-parsing

Read More
Parse string containing square-braced path keys and key=value expressions and make a multidimensiona...


phpregexstringtext-parsing

Read More
Parse a multi-line string with parent data and indented child data and create a multidimensional arr...


phpparsinghierarchical-datamultilinetext-parsing

Read More
Gget all substring inside potentially nested curly braces...


phpstringtokenizetext-parsing

Read More
Parse multiline text with values of static or maximum length and with multiple delimiters...


phpstringsplittext-extractiontext-parsing

Read More
Convert a comma-separated string of key=value expressions into an associative array...


phpstringkey-valueassociative-arraytext-parsing

Read More
Parse a string with key=value declarations and make an associative array...


phpassociative-arraytext-parsing

Read More
Convert two-line csv string (header and values) to associative array...


phparrayscsvtext-parsing

Read More
Parse a CSV string with single-quotes around some values...


phpstringcsvexplodetext-parsing

Read More
Parse SQL SELECT clause text and create an array containing each column/expression...


phpsplittext-parsingsql-parser

Read More
Parse multiple lines of formatted text and generate an associative array...


phpstringassociative-arrayexplodetext-parsing

Read More
Get hyphen-separated integers from inside parentheses in a string...


phpstringtext-extractiontext-parsing

Read More
Parse a formatted string containing comma-separated key=value expressions...


phpstringtext-extractiontext-parsing

Read More
Parse filename with extension to isolate leading characters and numeric suffix without the extension...


phpstringtext-extractiontext-parsing

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


phpstringtext-extractiontext-parsingdelimited

Read More
Parse an ini-formatted string to generate an associative array...


phpstringassociative-arrayinitext-parsing

Read More
Parse multiple conditional expressions in an SQL string...


phpsqltext-parsingsql-parser

Read More
Parse string containing curly-brace-styled opening and closing tags...


phptext-parsing

Read More
Parse JSON string which is invalid due to missing quotes...


phparraysjsonstringtext-parsing

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


phparraysstringtext-parsingdelimited

Read More
Decode incorrectly quoted json string, then flatten 2d payload to an associative array...


phparraysstringassociative-arraytext-parsing

Read More
Converting a comma separated string of attribute declarations into an associative array...


phparraysassociative-arraytext-parsing

Read More
Convert string of comma-delimited, square brace wrapped expressions into a 2d array...


phparraysmultidimensional-arraytext-parsing

Read More
How do I extract substrings immediately before the nearest punctuation?...


pythonpython-3.xtext-parsing

Read More
Parse email string with metadata and get the From and Cc values...


phpregexpreg-matchtext-extractiontext-parsing

Read More
Get whole img tag including its attribute declarations from a string...


phpregexstringhtml-parsingtext-parsing

Read More
Get src from square-braced shortcode text...


phpshortcodetext-extractiontext-parsingwordpress-shortcode

Read More
Get telephone number from a string containing labelled contact details...


phpregextext-extractiontext-parsing

Read More
Parse a single-line csv string containing double-quoted values...


phpcsvtext-extractiontext-parsing

Read More
BackNext