Search code examples
Parse a formatted string into two parts based on the last occurring delimiter...


phpstringsplittext-parsing

Read More
Parse a string of text followed by parenthetically wrapped text...


phpregextext-extractiontext-parsing

Read More
Parse text containing multiple sets of a number wrapped in parentheses followed by non-parenthetical...


phpregexassociative-arraytext-extractiontext-parsing

Read More
Parse a square braced placeholder expression into an array of its components...


phpplaceholdertext-parsing

Read More
Parse and extract values from a string containing HTML elements...


phpregextext-extractiontext-parsing

Read More
Parse the lines of a predictably formatted text file...


phpregexstringtext-parsingfileparsing

Read More
Parse lines of multiline text into subarrays of components...


phparraysregextext-extractiontext-parsing

Read More
How can I delete all lines that contain a specific string from a text file?...


shellsedtext-parsingin-place

Read More
TextFSM parsing column-aligned CLI output where optional columns shift due to variable whitespace...


pythontext-parsingstring-parsingpython-textfsm

Read More
pyparsing for syllables is too greedy...


pythontext-parsingpyparsingnon-greedy

Read More
How do I extract fields from the tabular text output of the Cloud Foundry CLI?...


powershellcommand-linecloud-foundrytext-parsing

Read More
how to get the status of the particular process by the shell_exec()?...


phplinuxpowershelltext-parsingshell-exec

Read More
Create acronym from a string containing only words...


phpstringcpu-wordtext-parsingacronym

Read More
Parse lines of formatted text which have values containing the delimiting character...


phparraysstringtext-parsing

Read More
From "descriptions with typos" to "labels"...


labelspell-checkingtext-processingtext-parsingword-cloud

Read More
Split multiline text by newlines then spaces to form two flat arrays of columnar values...


phparraysexplodetext-parsingdelimited

Read More
Powershell command to trim path if it ends with "\"...


powershellfilepathtext-parsingends-with

Read More
How to get numbers from a string in Lua?...


luatext-parsing

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


phpstringkey-valueassociative-arraytext-parsing

Read More
Tokenize a string containing multiple delimiters into an array of associative arrays...


phparraysstringtokenizetext-parsing

Read More
Convert lines of text containing two comma-delimited values into an associative array...


phparrayscsvassociative-arraytext-parsing

Read More
How to parse a config file with non-standard formatting?...


phpconfigurationtext-parsingfileparsing

Read More
How to parse a nested structure presented as a flat list?...


pythonlistparsingnestedtext-parsing

Read More
Split a string into an array of substrings using an array of character offsets...


phparraysstringsplittext-parsing

Read More
Split string containing command-line parameters into string[] in C#...


c#command-linetext-parsing

Read More
parsing a JSON containing several stringified jsons using Batch and JQ...


jsonbatch-filejqtext-parsing

Read More
How to convert string representation of list to a list...


pythonstringlisttext-parsing

Read More
How to parse lines of formatted text into an array of objects?...


phparraysmultidimensional-arraytext-parsing

Read More
Parse a text file into an array of associative arrays by splitting on semicolons, then commas, then ...


phparraysmultidimensional-arraytext-parsingdelimited

Read More
Parse a tab-delimited, multiline text into an array of associative arrays using predefined column na...


phparrayscsvmultidimensional-arraytext-parsing

Read More
BackNext