ocaml-re
ocaml-re copied to clipboard
Re_str supports more patterns than necessary.
Patterns like:
\'
\`
\<
\>
\B
are emacs only but Re_str supports them as well.
Long ago, before Xavier Leroy rewrote it, the Str library supported these pattern as well...