I am unable to use module Extstring.
If you are running the toplevel, you need to have exstring.cmo in its path (the simple way is to run ocaml in the same directory as extstring.cmo). Then, you can do:
# #load "extstring.cmo";;
# Extstring.split "a.b" '.' 2;;
[..]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With