It seems that String
in OCaml has only index
of a char, not a substring.
Question:
How can I easily get the index of a substring
in OCaml?
What's the best library to do string searching/manipulation
in OCaml?
It seems that Question: How can I easily get the What's the best library to do string |
|||
|
But Str has:
The result is |
|||||||
|