C Rose
2003-12-01 00:23:17 UTC
Hi all
I wonder if anyone can help:
I am trying to use the Str module to use regular expressions, but when
I try to use it, I am told "Reference to undefined global `Str'".
Example usage:
let my_reg_exp =
Str.regexp "[A-Z]";;
I am using OCaml 3.06 on the OS X platform.
If anyone can point out what I'm doing wrong, I'd be grateful of your
advice.
Thanks
Chris
I wonder if anyone can help:
I am trying to use the Str module to use regular expressions, but when
I try to use it, I am told "Reference to undefined global `Str'".
Example usage:
let my_reg_exp =
Str.regexp "[A-Z]";;
I am using OCaml 3.06 on the OS X platform.
If anyone can point out what I'm doing wrong, I'd be grateful of your
advice.
Thanks
Chris