pcre-ocaml

Regex library

A library that provides Perl-compatible regular expressions for string matching in OCaml

OCaml bindings to PCRE (Perl Compatibility Regular Expressions)

GitHub

31 stars
5 watching
8 forks
Language: OCaml
last commit: about 1 month ago
Linked from 1 awesome list

ocamlpattern-matchingpcrestring-matching

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
ocaml/ocaml-re A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching 234
pcre2project/pcre2 A C library implementing regular expression pattern matching using Perl syntax and semantics 925
mjambon/mikmatch An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic 22
srackham/pcre2 A library for processing regular expressions using the PCRE2 library 5
mmottl/sqlite3-ocaml A set of bindings and wrappers to interact with a specific SQL database engine 116
mmottl/lacaml An OCaml interface to high-performance linear algebra libraries (BLAS/LAPACK) for numerical computations. 128
ocaml-community/iso8601.ml A parser and printer for date-times in ISO8601 format. 29
mudge/re2 A fast and safe regular expression engine designed to eliminate security vulnerabilities 130
ocaml-community/ocaml-linenoise OCaml bindings to linenoise for easy high-level readline functionality 51
c-cube/ocaml-containers A modular standard library extension and string library for OCaml 494
ocaml-community/easy-format A utility library for pretty-printing indentation in OCaml programs. 43
mingrammer/commonregex A collection of reusable regular expression functions for text processing in Go. 896
mirage/ocaml-rpc A library that enables communication between OCaml applications using remote procedure calls with XML or JSON protocols 96
drup/tyre A system for building type-safe regular expressions with automatic extraction and modification of matched groups 171
ocaml-ppx/ocamlformat Automates formatting of OCaml code to conform to specific coding standards 642