Re: Matching numbers at the beginning of a string?
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
Last time I checked metacharacters (\d, \w, etc.) are not supported. Look at the Str documentation - http://caml.inria.fr/pub/docs/manual-ocaml/libref/Str.html http://caml.inria.fr/pub/docs/manual-ocaml/libref/Str.html - for the recognized regex constructs.