ppx_regexpversion

Matching Regular Expressions with OCaml Patterns

This syntax extension turns

match%pcre x with
| {|re1|} -> e1
...
| {|reN|} -> eN
| _ -> e0

into suitable invocations to the ocaml-re library. The patterns are plain strings of the form accepted by Re_pcre, except groups can be bound to variables using the syntax (?<var>...). The type of var will be string if a match is of the groups is guaranteed given a match of the whole pattern, and string option if the variable is bound to or nested below an optionally matched group.

AuthorsPetter A. Urkedal <paurkedal@gmail.com> and Gabriel Radanne <drupyog@zoho.com>
LicenseLGPL-3.0-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttps://github.com/paurkedal/ppx_regexp
Issue Trackerhttps://github.com/paurkedal/ppx_regexp/issues
MaintainerPetter A. Urkedal <paurkedal@gmail.com>
Dependencies
Source [http] https://github.com/paurkedal/ppx_regexp/releases/download/v0.4.2/ppx_regexp-v0.4.2.tbz
md5=a75a929d78334cb48a6cfec9c3e0506c
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ppx_regexp/ppx_regexp.0.4.2/opam
No package is dependent