Skip to content

feat(micro-utilities): add is-upper-case to replacements - #1117

Open
kamalesh404 wants to merge 1 commit into
e18e:mainfrom
kamalesh404:feat/micro-utilities-is-upper-case
Open

feat(micro-utilities): add is-upper-case to replacements#1117
kamalesh404 wants to merge 1 commit into
e18e:mainfrom
kamalesh404:feat/micro-utilities-is-upper-case

Conversation

@kamalesh404

@kamalesh404 kamalesh404 commented Sep 13, 2026

Copy link
Copy Markdown

Linked issue

Resolves #1004

Description

Adds is-upper-case micro-utility mapping and snippet::is-upper-case replacement following the same pattern as #1107 (is-lower-case).

The new utility maps is-upper-case to a pure JS implementation (str === str.toUpperCase() && str !== str.toLowerCase()), which is a common guard used in string validation. This is a drop-in replacement for lodash isUpper.

@gameroman

Copy link
Copy Markdown
Contributor

Please fill in the PR template correctly and fix formatting

@kamalesh404

Copy link
Copy Markdown
Author

Thanks for the review! I've updated the PR body to follow the template (linked issue + description). Could you point me to which formatting issues you'd like fixed in the manifest?

@gameroman

Copy link
Copy Markdown
Contributor

Thanks for the review! I've updated the PR body to follow the template (linked issue + description). Could you point me to which formatting issues you'd like fixed in the manifest?

image

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.

[Replacement]: is-upper-case

2 participants