Skip to content

add isUpperCase(string) #5307

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

Closed
wants to merge 1 commit into from

Conversation

Yatin-kathuria
Copy link

Hi lodash developers 👋 🌹

I have created a function which is used to check wheather a string is in uppercase or not.

Examples

isUpperCase("FOOBAR") // return true

isUpperCase("foobar") // return false

isUpperCase("FooBar") // return false

Hope this contribution is helpfull.

@Yatin-kathuria Yatin-kathuria changed the title function for checking the string for uppercase add isUpperCase(string) Nov 14, 2021
@jdalton jdalton closed this Sep 16, 2023
@jdalton jdalton added the issue bankruptcy Closing the issue/PR to start fresh label Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue bankruptcy Closing the issue/PR to start fresh
Development

Successfully merging this pull request may close these issues.

2 participants