The OCaml Journal just published an article about regular expression for string manipulation:
"Regular expressions are a domain-specific language for pattern matching over sequences of characters. This functionality provides a concise and efficient way to dissect strings and, consequently, is used in many forms of string processing including the definition of lexers. This article describes OCaml's built-in support for regular expressions..."
To read this article and more, subscribe to The OCaml Journal today!