Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for some control characters in Re.Perl #227

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

glondu
Copy link
Contributor

@glondu glondu commented Aug 16, 2023

No description provided.

@rgrinberg rgrinberg added this to the 1.11.0 milestone Aug 18, 2023
@rgrinberg rgrinberg merged commit 146bad9 into ocaml:master Aug 18, 2023
2 checks passed
@glondu glondu deleted the control-chars branch August 18, 2023 10:41
rgrinberg added a commit to rgrinberg/opam-repository that referenced this pull request Aug 19, 2023
CHANGES:

* Add `Re.group_count` to get the number of groups in a compiled regex (ocaml/ocaml-re#218)
* Add `Re.exec_partial_detailed` to allow resuming searches from partial inputs
  (ocaml/ocaml-re#219)
* Re-export `Re.Perl`'s `Parse_error` and `Not_supported` exceptions
  in Pcre (ocaml/ocaml-re#222)
* Add support for `DOTALL` flag in `Re.Pcre.regexp` (ocaml/ocaml-re#225)
* Add support for named groups (ocaml/ocaml-re#223)
* Add support for some control characters in `Re.Perl` (ocaml/ocaml-re#227)
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
CHANGES:

* Add `Re.group_count` to get the number of groups in a compiled regex (ocaml/ocaml-re#218)
* Add `Re.exec_partial_detailed` to allow resuming searches from partial inputs
  (ocaml/ocaml-re#219)
* Re-export `Re.Perl`'s `Parse_error` and `Not_supported` exceptions
  in Pcre (ocaml/ocaml-re#222)
* Add support for `DOTALL` flag in `Re.Pcre.regexp` (ocaml/ocaml-re#225)
* Add support for named groups (ocaml/ocaml-re#223)
* Add support for some control characters in `Re.Perl` (ocaml/ocaml-re#227)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants