Make trailing portion of a regular expression optional...
Read MoreReading images from pdf and extract Text from it...
Read MoreGet all values after nominated keywords in a formatted string...
Read MoreGet href value between two substrings...
Read MoreGet ALL-CAPS word and time expression from predictably formatted string...
Read MoreGet substring between two substrings...
Read MoreParse multilingual flight info logs and extract potentially space-separated flight numbers...
Read MoreGet value from square-braced key=value placeholder in text...
Read MoreParse multiline text with values of static or maximum length and with multiple delimiters...
Read MoreGet single word after each hash symbol in a string...
Read MoreParse a Y-m-d formatted date string into $year, $month, and $day variables...
Read MoreGet hyphen-separated integers from inside parentheses in a string...
Read MoreParse a formatted string containing comma-separated key=value expressions...
Read MoreParsing formulas efficiently using regex and Polars...
Read MoreParse filename with extension to isolate leading characters and numeric suffix without the extension...
Read MoreGet the leading part of a URL string before the first ampersand...
Read MoreGet the basename substring from a URL string...
Read MoreGet the content attribute value from a <meta> tag with a specified itemprop attribute value fr...
Read MoreGet HTML markup after a specified tag...
Read MoreParse a URL string and isolate the host substring...
Read MoreGet href attribute of <a> tag in HTML table cells...
Read MoreExtracting text section from (Edgar 10-K filings) HTML...
Read MoreGet the text from all elements with a nominated class as a flat array...
Read MoreGet text from all <li> tags which also include <a> tags...
Read MoreGet the text value of all <li> tags in an HTML string...
Read MoreGet content value and preceding attribute's value of all meta tags with a name or http-equiv att...
Read MoreGet all <span> texts containing non-zero dollar amounts from an HTML string...
Read More