ocaml-re icon indicating copy to clipboard operation
ocaml-re copied to clipboard

Re_str supports more patterns than necessary.

Open rgrinberg opened this issue 9 years ago • 1 comments

Patterns like:

\'
\`
\<
\>
\B

are emacs only but Re_str supports them as well.

rgrinberg avatar Aug 03 '16 01:08 rgrinberg

Long ago, before Xavier Leroy rewrote it, the Str library supported these pattern as well...

vouillon avatar Dec 13 '16 09:12 vouillon