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

Use \p{L} instead of \p{Alpha}. #214

Merged
merged 2 commits into from
May 19, 2023
Merged

Use \p{L} instead of \p{Alpha}. #214

merged 2 commits into from
May 19, 2023

Conversation

floitsch
Copy link
Member

The "Alpha" category is not defined for unicode input, and the "letter" category seems to be equivalent.

See https://www.regular-expressions.info/unicode.html

The "Alpha" category is not defined for unicode input, and the "letter"
category seems to be equivalent.

See https://www.regular-expressions.info/unicode.html
@floitsch floitsch requested a review from kasperl May 19, 2023 12:19
Copy link
Contributor

@kasperl kasperl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@floitsch floitsch merged commit 2f3869e into master May 19, 2023
@floitsch floitsch deleted the floitsch/dont_us_alpha branch May 19, 2023 13:41
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