Parse a formatted string into two parts based on the last occurring delimiter...
Read MoreParse a string of text followed by parenthetically wrapped text...
Read MoreParse text containing multiple sets of a number wrapped in parentheses followed by non-parenthetical...
Read MoreParse a square braced placeholder expression into an array of its components...
Read MoreParse and extract values from a string containing HTML elements...
Read MoreParse the lines of a predictably formatted text file...
Read MoreParse lines of multiline text into subarrays of components...
Read MoreHow can I delete all lines that contain a specific string from a text file?...
Read MoreTextFSM parsing column-aligned CLI output where optional columns shift due to variable whitespace...
Read Morepyparsing for syllables is too greedy...
Read MoreHow do I extract fields from the tabular text output of the Cloud Foundry CLI?...
Read Morehow to get the status of the particular process by the shell_exec()?...
Read MoreCreate acronym from a string containing only words...
Read MoreParse lines of formatted text which have values containing the delimiting character...
Read MoreFrom "descriptions with typos" to "labels"...
Read MoreSplit multiline text by newlines then spaces to form two flat arrays of columnar values...
Read MorePowershell command to trim path if it ends with "\"...
Read MoreHow to get numbers from a string in Lua?...
Read MoreConvert a comma-separated string of key=value expressions into an associative array...
Read MoreTokenize a string containing multiple delimiters into an array of associative arrays...
Read MoreConvert lines of text containing two comma-delimited values into an associative array...
Read MoreHow to parse a config file with non-standard formatting?...
Read MoreHow to parse a nested structure presented as a flat list?...
Read MoreSplit a string into an array of substrings using an array of character offsets...
Read MoreSplit string containing command-line parameters into string[] in C#...
Read Moreparsing a JSON containing several stringified jsons using Batch and JQ...
Read MoreHow to convert string representation of list to a list...
Read MoreHow to parse lines of formatted text into an array of objects?...
Read MoreParse a text file into an array of associative arrays by splitting on semicolons, then commas, then ...
Read MoreParse a tab-delimited, multiline text into an array of associative arrays using predefined column na...
Read More