Skip to content

Improve upper/lower case character detection #49

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

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

DanielSeehausen
Copy link
Contributor

by asserting that a character has an upper and lower case variant, we can be more accurate on determining its case, resolving the issue in #42

this follows JS convention for asserting case

Adds appropriate test cases

fixes #42

@sindresorhus sindresorhus changed the title narrows definition of upper/lower case characters Improve upper/lower case character detection Apr 1, 2019
@sindresorhus sindresorhus merged commit bba938e into sindresorhus:master Apr 1, 2019
@sindresorhus
Copy link
Owner

Thank you for contributing! :)

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.

treating none alphabetic characters
2 participants