From: ygrek <ygrekheretix@gmail.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] mikmatch question
Date: Sat, 16 Jun 2012 02:23:06 +0300 [thread overview]
Message-ID: <20120616022306.20099bb6.ygrekheretix@gmail.com> (raw)
In-Reply-To: <4FDB720A.1090303@gmail.com>
On Fri, 15 Jun 2012 18:34:02 +0100
Matej Kosik <5764c029b688c1c0d24a2e97cd764f@gmail.com> wrote:
> But when I try this:
>
> RE bar = [^'a'-'f'];;
>
> I get an error message:
>
> Parse error: [regexp] expected after "=" (in [str_item])
Use space before '^', i.e.:
RE bar = [ ^'a'-'f'];;
--
ygrek
http://ygrek.org.ua
prev parent reply other threads:[~2012-06-15 23:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-15 17:34 Matej Kosik
2012-06-15 23:23 ` ygrek [this message]
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=20120616022306.20099bb6.ygrekheretix@gmail.com \
--to=ygrekheretix@gmail.com \
--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