tyre
Regex combinator
A system for building type-safe regular expressions with automatic extraction and modification of matched groups
Typed Regular Expressions
171 stars
10 watching
4 forks
Language: OCaml
last commit: almost 5 years ago
Linked from 1 awesome list
gadtocamlregextypes
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml/ocaml-re | A library for compiling and executing regular expressions in OCaml. | 232 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
marianobarrios/dregex | A Java library implementing a regular expression engine using deterministic finite automata. | 46 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
uberpyro/prowl | A novel, statically-typed language that combines functional and logic programming with a powerful regex-based control flow model. | 41 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
mariomka/regex-benchmark | A benchmarking project comparing the performance of different programming languages' regex engines | 315 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
openresty/sregex | A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution. | 617 |
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 102 |