This page lists projects that provide an alternative to traditional regex syntax, e.g. POSIX [:digit:](:digit:.html)+ or Perl \d+.

It's freely editable, so please add your projects here.

Related: Alternative Shells

Regex / Regular Language Projects

Languages That Compile to Regex

Little languages with their own syntax that compile to common regular expressions like POSIX or PCRE.

Builders

Libraries for creating regular expressions using the syntax of their parent language.

Lisp-Like Syntax

Alternative Approaches

Alternatives to POSIX regular expressions, PCRE, etc. that differ significantly and don't normally compile to them.

Parsing Libraries

Parsing Expression Grammars

Parser Combinators

Links