Languages
- 902
- Haskell
- Review of regex libraries in the Haskell programming language. Includes feature matrix and benchmark.
- 903
- MySQL Regular Expressions
- Manual page for MySQL regex. Features operators and character classes, includes user comments.
- 905
- PHP Manual
- Regex section of the PHP manual. Covers PCRE engine, pattern syntax, PHP functions, and includes user comments.
- 909
- Seeing With C
- Technical article about regular expressions. Discusses types of automata, searching, parsing, validating.
- 911
- StackOverflow Tagged Questions FAQ
- Collection of questions and user-submitted answers. Features ratings for each answer and comment.
- 912
- Unicode Regular Expressions
- Unicode Technical Standard document. Describes guidelines for extending regex engines to use Unicode.
- 914
- Algorithms to Accelerate Multiple Regular Expressions Matching for Deep Packet Inspection
- Article by multiple authors. Introduces the delayed input DFA, an alternate regular expression representation. [PDF]
- 915
- Approximate Matching of Regular Expressions
- Article by Eugene W. Myers and W. Miller. Presents a best-match algorithm.
- 916
- Efficient Submatch Addressing for Regular Expressions
- Master thesis of Ville Laurikari. Proposes algorithm for submatch addressing. [PDF]
- 917
- Fast Regular Expression Matching using FPGAs
- Article by Reetinder Sidhu and Viktor K. Prasanna. Discusses matching methods using Field Programmable Gate Arrays. [PDF]
- 918
- Implementing Regular Expressions
- Collection of research articles about efficient regular expression engines. Features article description, links to libraries.