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

Improve compatibility with pcre #225

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Improve compatibility with pcre #225

merged 2 commits into from
Aug 15, 2023

Conversation

glondu
Copy link
Contributor

@glondu glondu commented Aug 3, 2023

No description provided.

@rgrinberg
Copy link
Member

Could you add a CHANGES entry?

@glondu
Copy link
Contributor Author

glondu commented Aug 15, 2023

I've rebased on top of current master and added a CHANGES entry.

@rgrinberg rgrinberg added this to the 1.11.0 milestone Aug 15, 2023
@rgrinberg rgrinberg merged commit b1bf00f into ocaml:master Aug 15, 2023
2 checks passed
@glondu glondu deleted the pcre-dotall branch August 15, 2023 16:44
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