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

Re-export Perl's Parse_error and Not_supported exceptions in Pcre #222

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

glondu
Copy link
Contributor

@glondu glondu commented Jul 31, 2023

No description provided.

@vouillon
Copy link
Member

vouillon commented Aug 1, 2023

Thanks!

@vouillon vouillon merged commit 1792704 into ocaml:master Aug 1, 2023
0 of 2 checks passed
@glondu glondu deleted the pcre-exceptions branch August 2, 2023 08:13
glondu added a commit to glondu/ocaml-re that referenced this pull request Aug 16, 2023
glondu added a commit to glondu/ocaml-re that referenced this pull request Aug 18, 2023
rgrinberg pushed a commit that referenced this pull request Aug 18, 2023
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