ocaml-re
Regex engine
A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching
Pure OCaml regular expressions, with support for Perl and POSIX-style strings
234 stars
7 watching
61 forks
Language: OCaml
last commit: 4 months ago
Linked from 1 awesome list
dfaocamlregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
| A library that provides Perl-compatible regular expressions for string matching in OCaml | 31 |
| A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| A collection of reusable regular expression functions for text processing in Go. | 896 |
| Provides an easy-to-use interface to OCaml-re's regex functionality | 25 |
| A library for processing regular expressions using the PCRE2 library | 5 |
| A human-readable regex library with structured syntax and variable support. | 2 |
| A utility library for pretty-printing indentation in OCaml programs. | 43 |
| A modular standard library extension and string library for OCaml | 494 |
| A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 32 |
| A Swift library for working with regular expressions. | 332 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A novel, statically-typed language that combines functional and logic programming with a powerful regex-based control flow model. | 40 |
| 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 |
| A live regular expression testing environment built with curses. | 8 |