caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Edgar Friendly <thelema314@gmail.com>
To: Dmitri Boulytchev <db@tepkom.ru>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Regular expression matching against OCaml streams.
Date: Mon, 12 Jan 2009 08:34:07 -0600	[thread overview]
Message-ID: <496B54DF.7080303@gmail.com> (raw)
In-Reply-To: <496B3EE9.3020001@tepkom.ru>

Dmitri Boulytchev wrote:
>    Hello,
> 
>    is it possible to match OCam streams (by mean of Stream.t) against
> regular expressions? Are there library
> that can be used for this purpose? Str matches only against strings.

I don't know of any libraries for this purpose.  I will warn anyone
making one that it's easy for simple regex matching to evaluate the
whole stream, and then fail to match.

Just a thought,
E


  reply	other threads:[~2009-01-12 14:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-12 13:00 Dmitri Boulytchev
2009-01-12 14:34 ` Edgar Friendly [this message]
2009-01-12 15:49   ` Chris Conway
2009-01-12 16:59     ` [Caml-list] " Dmitri Boulytchev

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=496B54DF.7080303@gmail.com \
    --to=thelema314@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=db@tepkom.ru \
    /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).