caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Does any current ocaml program understand the {n1,n2} regexp syntax?
@ 2002-11-11 16:15 Stalkern 2
  2002-11-12 10:01 ` IKEDA Katsumi
  0 siblings, 1 reply; 3+ messages in thread
From: Stalkern 2 @ 2002-11-11 16:15 UTC (permalink / raw)
  To: caml-list

Hello to everybody

I went and used Str.regexp, but it seems that it does not use things like the 
{ } notation, i.e. {<minimum number of occurrences>, <maximum number of 
occurrences>}


        # Str.string_match (Str.regexp "y{3,}") "yyy" 0;;
        - : bool = false

What should I use then? PCRE, Vouillon's RE (BTW, where can I find this), 
anything else?

Thank you
Ernesto
-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-13  0:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-11 16:15 [Caml-list] Does any current ocaml program understand the {n1,n2} regexp syntax? Stalkern 2
2002-11-12 10:01 ` IKEDA Katsumi
     [not found]   ` <200211121445.50040.stalkern2@tin.it>
2002-11-13  0:31     ` IKEDA Katsumi

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).