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

Support POSIX [:alpha:] character class #169

Merged
merged 2 commits into from
Oct 12, 2019

Conversation

bcc32
Copy link
Contributor

@bcc32 bcc32 commented Oct 11, 2019

This seems to be the only one missing compared to the list in man perlrecharclass.

@rgrinberg rgrinberg merged commit a3a1924 into ocaml:master Oct 12, 2019
@rgrinberg
Copy link
Member

Thank you for your contribution

@bcc32 bcc32 deleted the alpha-charclass branch October 12, 2019 04:12
rgrinberg added a commit to rgrinberg/opam-repository that referenced this pull request Aug 25, 2021
CHANGES:

* Add the `[:alpha:]` character class in `Re.Perl` (ocaml/ocaml-re#169)
* Double asterisk (`**`) in `Re.Glob` (ocaml/ocaml-re#172)
  Like `*` but also match `/` characters when `pathname` is set.
* Double asterisk should match 0 or more directories unless in trailing
  position. (ocaml/ocaml-re#192, fixes ocaml/ocaml-re#185)
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.

None yet

2 participants