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

normalize names if more than 60% of the characters are capitalized #170

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ptbarnum4
Copy link
Contributor

@ptbarnum4 ptbarnum4 commented Aug 31, 2024

Normalize names that have more than 60% capital letters

Example input/output

Input Output Mutated
HALLE Halle true
McHalle McHalle false
MCHALLE Mchalle true
halle Halle true
HalleBot HalleBot false

Copy link

vercel bot commented Aug 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
opspark-website-2022 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 31, 2024 9:51pm

@ptbarnum4 ptbarnum4 changed the title normalize names if more than 67% of the characters are capitalized normalize names if more than 60% of the characters are capitalized Aug 31, 2024
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.

1 participant