package re
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=83eb3e4300aa9b1dc7820749010f4362ea83524742130524d78c20ce99ca747c
sha512=92b05cf92c389fa8c753f2acca837b15dd05a4a2e8e2bec7a269d2e14c35b1a786d394258376648f80b4b99250ba1900cfe68230b8385aeac153149d9ce56099
Description
Pure OCaml regular expressions with:
- Perl-style regular expressions (module Re.Perl)
- Posix extended regular expressions (module Re.Posix)
- Emacs-style regular expressions (module Re.Emacs)
- Shell-style file globbing (module Re.Glob)
- Compatibility layer for OCaml's built-in Str module (module Re.Str)
Published: 27 Apr 2022
README
Description
Re is a regular expression library for OCaml.
Contact
This library has been written by Jerome Vouillon (Jerome.Vouillon@pps.univ-paris-diderot.fr). It can be downloaded from https://github.com/ocaml/ocaml-re
Bug reports, suggestions and contributions are welcome.
Features
The following styles of regular expressions are supported:
Perl-style regular expressions (module
Re.Perl
);Posix extended regular expressions (module
Re.Posix
);Emacs-style regular expressions (module
Re.Emacs
);Shell-style file globbing (module
Re.Glob
).
It is also possible to build regular expressions by combining simpler regular expressions (module Re
).
The most notable missing features are back-references and look-ahead/look-behind assertions.
There is also a subset of the PCRE interface available in the Re.Pcre
module. This makes it easier to port code from that library to Re minimal changes.
Performances
The matches are performed by lazily building a DFA (deterministic finite automaton) from the regular expression. As a consequence, matching takes linear time in the length of the matched string.
The compilation of patterns is slower than with libraries using back-tracking, such as PCRE. But, once a large enough part of the DFA is built, matching is extremely fast.
Of course, for some combinations of regular expression and string, the part of the DFA that needs to be build is so large that this point is never reached, and matching will be slow. This is not expected to happen often in practice, and actually a lot of expressions that behaves badly with a backtracking implementation are very efficient with this implementation.
The library is at the moment entirely written in OCaml. As a consequence, regular expression matching is much slower when the library is compiled to bytecode than when it is compiled to native code.
Here are some timing results (Pentium III 500Mhz):
Scanning a 1Mb string containing only
a
s, except for the last character which is ab
, searching for the patternaa?b
(repeated 100 times):RE: 2.6s
PCRE: 68s
Regular expression example from http://www.bagley.org/~doug/shootout/ [1]
RE: 0.43s
PCRE: 3.68s
[1] this page is no longer up but is available via the Internet Archive http://web.archive.org/web/20010429190941/http://www.bagley.org/~doug/shootout/bench/regexmatch/
The large regular expression (about 2000 characters long) that Unison uses with my preference file to decide whether a file should be ignored or not. This expression is matched against a filename about 20000 times.
RE: 0.31s
PCRE: 3.7s However, RE is only faster than PCRE when there are more than about 300 filenames.
Dev Dependencies (1)
-
ounit
with-test
-
alcotest
< "0.4.3" | >= "1.0.0"
-
alcotest-async
>= "1.3.0"
-
alcotest-lwt
>= "1.3.0"
-
alcotest-mirage
>= "1.3.0"
-
atd
>= "2.2.1"
- atdd
-
atdgen
>= "2.3.3"
-
atdgen-runtime
= "2.2.1"
-
atdj
>= "2.2.1" & < "20151001.01"
-
atdpy
>= "2.4.1"
-
atds
< "2.3.3"
- atdts
- aws-config
- awsm-codegen
- BetterErrors
-
bap
< "1.0.0"
- bap-byteweight-frontend
- bap-callgraph-collator
- bap-fsi-benchmark
- bap-ida
-
bap-objdump
< "1.4.0" | >= "1.6.0"
-
bap-print
>= "2.2.0"
- bap-radare2
- bap-server
- benchpress
-
bio_io
>= "0.5.1"
-
biocaml
= "0.4.0" | >= "0.8.0"
-
bistro
= "0.5.0"
-
bonsai
>= "v0.15.0"
- bulletml
- caisar
-
calculon
>= "0.2"
- calculon-web
- caldav
-
calendar
>= "3.0.0"
-
camlp5
>= "8.00.05" & < "8.02.01"
- camlp5-buildscripts
- camyll
-
caqti
>= "1.7.0"
- catala
-
ccss
>= "1.6"
-
chamo
>= "4.0"
-
cinaps
>= "v0.10.0"
- cohttp
- coin
- colibri2
- commons
-
conan
< "0.0.5"
-
core_bench
>= "v0.9.0"
-
core_extended
>= "v0.10.0"
- cosovo
-
cow
< "1.2.2"
-
cowabloga
>= "0.4.0"
- cucumber
- cuid
- current
-
current_web
>= "0.4"
- daypack-lib
- debian-formats
-
decompress
>= "0.8" & < "1.0.0"
-
dkml-install-installer
>= "0.4.0"
-
dns
< "4.0.0"
-
dog
< "0.2.1"
-
doi2bib
>= "0.5.1"
- dose
- dose3
-
dune-release
>= "0.2.0"
-
duppy
>= "0.9.4"
- elpi
- expect_test_helpers_core
- expect_test_helpers_kernel
- ez_file
- ez_search
-
fat-filesystem
!= "0.12.0"
- frag
- gensqlite
-
git
< "1.3.0" | >= "1.9.0" & < "1.10.0"
-
git-split
< "1.0.0"
- git_split
- gpiod
-
graphql_parser
>= "0.11.0"
- hardcaml_verify
- hardcaml_waveterm
- hardcaml_xilinx_components
-
hlarp
>= "0.0.3"
- horned_worm
- http_router
- humane-re
- icalendar
-
imaplet-lwt
>= "0.1.9"
- index
- index-bench
-
irmin
!= "0.8.1" & < "0.10.0" | >= "1.0.0" & < "1.2.0"
-
irmin-bench
>= "2.4.0"
- iso-filesystem
-
jingoo
>= "1.2.21"
-
js_of_ocaml
>= "3.10.0"
-
js_of_ocaml-compiler
>= "3.10.0"
-
js_of_ocaml-lwt
>= "3.10.0"
-
js_of_ocaml-ocamlbuild
>= "3.10.0" & < "5.0"
-
js_of_ocaml-ppx
>= "3.10.0"
-
js_of_ocaml-ppx_deriving_json
>= "3.10.0"
-
js_of_ocaml-toplevel
>= "3.10.0"
-
js_of_ocaml-tyxml
>= "3.10.0"
- jwt
- jwto
- kappa-library
- kubecaml
- labrys
-
ldap
>= "2.5.1"
-
learn-ocaml
>= "0.13.0"
-
libres3
>= "0.3"
- lipsum
- magic-trace
-
mbr-format
< "1.0.0"
- mdx
- mehari
- message-switch
-
mirage
>= "0.10.0" & < "2.4.0"
-
mirage-bootvar-xen
< "0.3.2"
-
mirage-www
< "1.0.0"
- mparser-re
-
mustache
< "2.0.0"
- naboris
- netsnmp
- ninja_utils
-
obelisk
>= "0.5.0"
-
ocaml-lsp-server
>= "1.7.0"
-
ocamlformat
>= "0.11.0"
-
ocamlformat-rpc
< "0.21.0"
-
ocp-build
>= "1.99.21"
-
ocp-index
>= "1.0.2"
-
ocsigen-start
>= "1.7.0"
- octez-bls12-381-signature
- octez-libs
-
odoc
>= "2.0.0" & < "2.1.0"
-
opam-bin
>= "0.9.5" & < "1.1.0"
- opam-build-revdeps
-
opam-client
>= "2.0.0~rc2"
- opam-compiler
- opam-core
-
opam-format
>= "2.0.8" & < "2.1.0~beta2" | >= "2.1.0~rc"
- opam-lib
-
opam-solver
>= "2.0.8" & < "2.1.0~beta2" | >= "2.2.0~alpha"
-
opam-state
>= "2.2.0~alpha"
-
opam2web
>= "1.3.0"
- opam_bin_lib
- operf-macro
-
opium
>= "0.13.1"
- opium_kernel
- oranger
- ostap
- ozulip
-
pa_ppx_regexp
< "0.02"
- pa_ppx_string
-
patdiff
>= "v0.12.0"
-
pgocaml
>= "2.3"
- pgx
- plato
-
podge
>= "0.3"
-
ppx_css
< "v0.17.0"
- ppx_cstubs
-
ppx_expect
>= "113.33.00" & < "v0.17.0"
-
ppx_implicits
>= "0.1.0"
-
ppx_minidebug
>= "1.0.0"
-
ppx_orakuda
>= "3.0.0"
-
ppx_regexp
>= "0.3.2"
- ppx_sqlexpr
-
ppx_test
>= "1.1.0"
- ppx_tyre
-
ppxlib
>= "0.21.0"
-
prometheus
>= "0.2"
-
prometheus-app
>= "0.2"
-
pyml_bindgen
>= "0.3.1"
-
rdf
>= "0.12.0" & < "1.0.0"
- re_parser
-
reason
< "1.7.4"
- receive-mail
-
redis
>= "0.2.1"
- regenerate
-
rfc1951
< "1.0.0"
-
sarek
>= "20210823"
-
sarif
>= "0.2.1"
-
satyrographos
>= "0.0.2.7"
- semantic_version
- sexp_pretty
-
sill
>= "1.3.1"
- simple-diff
- slug
- soupault
-
spoc
>= "20210823"
-
sqlexpr
>= "0.7.1" & < "0.9.0"
- swagger
-
tar
< "2.2.0"
-
tar-format
>= "0.2.0"
-
tar-mirage
< "2.2.0"
-
tar-unix
< "2.2.0"
- testrunner
-
tezos-base
< "7.4"
-
tezos-clic
< "8.0" | >= "13.0"
-
tezos-protocol-compiler
= "10.2" | = "13.0"
-
tezos-stdlib-unix
>= "7.4"
- tezt
- timere-parse
-
touist
>= "3.5.0"
-
tyre
>= "0.4"
-
tyxml
>= "4.0.0"
- tyxml-syntax
-
uri
< "4.0.0"
- uri-re
- user-agent-parser
- user-setup
- uuuu
- validate
- vendredi
-
vhd-tool
>= "0.12.0"
- webmachine
- xapi-idl
- xe
-
xen-api-client
>= "0.9.6"
-
xtmpl
>= "0.15.0"
Conflicts
None