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

Some functions in the Re module still using deprecated 'substrings' alias

Open AshineFoster opened this issue 3 years ago • 1 comments

The functions exec, exec_opt, all, etc. in the Re module still uses the substrings alias although it has been marked as deprecated.

AshineFoster avatar May 05 '22 13:05 AshineFoster

Could you send a PR to fix this?

rgrinberg avatar May 05 '22 15:05 rgrinberg

Fixed in https://github.com/ocaml/ocaml-re/pull/246

rgrinberg avatar Apr 14 '24 12:04 rgrinberg