- Comparison of regular expression engines
- Regular grammar
- Regular expression
- RE2 (software)
- TRE (computing)
- Comparison of parser generators
- Perl Compatible Regular Expressions
- Thompson's construction
- Oniguruma
- Nondeterministic finite automaton
comparison of regular expression engines
Comparison of regular expression engines GudangMovies21 Rebahinxxi LK21
This is a comparison of regular expression engines.
Libraries
Languages
Language features
NOTE: An application using a library for regular expression support does not necessarily support the full set of features of the library, e.g., GNU grep uses PCRE, but supports no lookahead, though PCRE does.
= Part 1
== Part 2
=API features
See also
Regular expression § Implementations and running times
Comparison of parser generators
References
External links
Regular Expression Flavor Comparison – Detailed comparison of the most popular regular expression flavors
Regexp Syntax Summary
Online Regular Expression Testing – with support for Java, JavaScript, .Net, PHP, Python and Ruby
Implementing Regular Expressions – series of articles by Russ Cox, author of RE2
Regular Expression Engines