[
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: | 2010-04-08 (19:32) |
From: | Dario Teixeira <darioteixeira@y...> |
Subject: | Re: [Caml-list] Ocaml-Pcre Documentation? |
Hi, > where can I find the documenatation to pcre-ocaml? > Some pages seem to be out dated. > Where can I find the docs? The Ocaml library is essentially a very thin wrapper around the original C library. Therefore, all your documentation needs should be satisfied by the original docs available at www.pcre.org. I've used PCRE extensively, and still haven't found one issue that wasn't covered in those docs... Cheers, Dario Teixeira