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

Handle isalpha and istitle like isupper, islower and several is* checks #2376

Open
Agent-Hellboy opened this issue Oct 8, 2023 · 0 comments · May be fixed by #2380
Open

Handle isalpha and istitle like isupper, islower and several is* checks #2376

Agent-Hellboy opened this issue Oct 8, 2023 · 0 comments · May be fixed by #2380

Comments

@Agent-Hellboy
Copy link
Contributor

recently I encountered type mismatch error in one of my PRs #2357 and then I realised that that I had handled isalpha and istitle differently then it should be handled , I will handle it just like i did for isspace in one of my PR.

@Agent-Hellboy Agent-Hellboy changed the title Handle isalpha and istitle like isupper, isupper and severl is* checks Handle isalpha and istitle like isupper, islower and severl is* checks Oct 8, 2023
@Agent-Hellboy Agent-Hellboy changed the title Handle isalpha and istitle like isupper, islower and severl is* checks Handle isalpha and istitle like isupper, islower and several is* checks Oct 8, 2023
@Agent-Hellboy Agent-Hellboy linked a pull request Oct 14, 2023 that will close this issue
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 a pull request may close this issue.

1 participant