[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-09-14 (09:35) |
From: | micha-1@f... |
Subject: | Re: [Caml-list] Str broken |
On Tuesday 14 September 2004 11:26, skaller wrote: > The Str module seems not to work: > > open Str;; > let re = "(a\\|b)*abb" it works with: let re = "\\(a\\|b\\)*abb" ------------------- 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