caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: caml-list@inria.fr
Subject: [Caml-list] Regular expression library: a poll on features
Date: Fri, 5 Jul 2002 16:13:02 +0200	[thread overview]
Message-ID: <20020705161302.C20462@pauillac.inria.fr> (raw)

Dear OCaml users,

There is a consensus that the current OCaml regexp library (Str) is
not satisfactory, for various reasons: not robust enough; slow on
certain regexps; non-reentrant API; and restrictive license.

We are therefore investigating alternative regexp libraries, with the
idea of providing both an emulation of the Str interface (for backward
compatibility) and a better interface (for new programs).  Several
candidates exist, most notably PCRE and Jérôme Vouillon's RE library.

One issue on which I'd like your opinion is that none of these
candidates support both features below:

1- back-references in regexps (e.g. "([a-z]+)\1", meaning any sequence
of lowercase letters followed by another occurrence of the same sequence);

2- partial string matching as per Str.string_partial_match, i.e.
the ability to recognize that a string is a prefix of a string that
match a regexp.

What I'd like to know is: do you use any of these features?  Please
reply to me personally -- there's no need to bother the list with this
-- and I'll post a summary of the replies.

Thanks for your input,

- Xavier Leroy
-------------------
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:[~2002-07-05 14:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-05 14:13 Xavier Leroy [this message]
2002-07-05 15:56 ` Pixel
2002-07-15 15:52 ` [Caml-list] " Xavier Leroy
2002-07-15 18:41   ` Matt Armstrong

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=20020705161302.C20462@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --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;
as well as URLs for NNTP newsgroup(s).