From: Martin Jambon <martin_jambon@emailuser.net>
To: caml-list@inria.fr
Subject: [Caml-list] Announcing Micmatch: High-Level Regexps for OCaml
Date: Sat, 9 Oct 2004 21:07:25 -0700 (PDT) [thread overview]
Message-ID: <Pine.LNX.4.44.0410092001200.6368-100000@localhost> (raw)
Announcement:
============
Micmatch is a syntax extension of OCaml that allows an easy manipulation
of regular expressions.
Several features have been recently added, and now make it a functional
and handy tool for writing OCaml scripts as well as larger programs.
Micmatch was already providing these features:
- a Caml-friendly syntax for defining and reusing regexps
(ocamllex style with more features)
- no runtime errors due to incorrect regexps
- a dedicated toplevel
- a support for regular expressions in the pattern matching constructs
of OCaml (match ... with ...)
Now it also provides this:
- a set of macros using a "functional style" (SEARCH, REPLACE,
COLLECT, SPLIT, ...)
- a small but useful library for common operations over textual data
- the possibility of self-executable scripts on Unix systems
- lazy quantifiers
- possessive/atomic groups
- a reference manual
Micmatch programs normally use the PCRE-OCaml library, but can also
use the Str library (with limited features).
Enjoy this tool,
Martin.
--
Martin Jambon, PhD
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
reply other threads:[~2004-10-10 4:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.44.0410092001200.6368-100000@localhost \
--to=martin_jambon@emailuser.net \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox