Fitting a regular expression to a list of words
Explains how to fit a list of words into a compact regular expression using trie data structures, with examples in Python and grep/ripgrep.
Explains how to fit a list of words into a compact regular expression using trie data structures, with examples in Python and grep/ripgrep.
Explains regular expressions for matching HCPCS codes, including format, modifiers, and regex patterns.
Analyzing regex speed vs. error rates for ICD-10 codes, comparing regex search to exhaustive list search.
Explains the structure of ICD-10-CM codes, mapping chapters to initial letters, including exceptions like letter U.
A technical guide on creating string interpolation templates in ColdFusion using Java's Pattern and Matcher classes for SEO URL generation.
A guide to using regular expressions that work across different tools like sed, awk, grep, and Emacs, highlighting compatible features.
Explains embedded regex flags like (?i) and Python version compatibility issues with global modifiers in regular expressions.
GExperts Reverse Statement expert upgraded with customizable regex rules for transforming Delphi code, including loops, function pairs, and assignments.
A new version of a Chrome extension for generating CounterStrings, random data from regex, and other test data strings for software testing.
Tips for making JavaScript regex more readable using flags, named capture groups, whitespace, and the Regex+ library.
A comprehensive cheat sheet covering the basics of Regular Expressions (RegEx), including syntax, quantifiers, character classes, and practical examples.
Explains ECMAScript 2025's new regular expression pattern modifiers, allowing flags like case-insensitivity to be applied to specific parts of a regex.
A guide on using RenovateBot's custom managers with regex to update package versions in non-standard file locations like Dockerfiles and C# code.
A deep dive into ECMAScript 2023 updates, covering new array methods and features for modern JavaScript development.
A comprehensive guide to string handling in Rust, covering types, conversions, operations, and performance best practices.
A developer explores efficient testing strategies for 109+ regex-based code highlighting patterns, moving from individual tests to data-driven approaches.
A technical guide on implementing a custom language syntax highlighter using patterns and injections in the tempest/highlight library.
Learn how to use JavaScript regular expressions to extract numbers from strings, a common task when processing user input from forms.
A guide to using .NET's Regex.Replace with MatchEvaluator for complex string transformations, simplifying regex patterns with custom logic.
Explains three underutilized base R functions for string manipulation and data modification: regexec(), strrep(), and append().