Skip to content

feat(micro-utilities): add is-lower-case to replacements - #1116

Open
dreyfus92 wants to merge 1 commit into
mainfrom
add/mr-042
Open

feat(micro-utilities): add is-lower-case to replacements#1116
dreyfus92 wants to merge 1 commit into
mainfrom
add/mr-042

Conversation

@dreyfus92

Copy link
Copy Markdown
Member

🔗 Linked issue

closes: #1005

📚 Description

adds is-lower-case to the micro-utilities manifest

"snippet::is-lower-case": {
"id": "snippet::is-lower-case",
"type": "simple",
"description": "You can compare the string against its lower-cased form, and check it differs from its upper-cased form so that strings with no cased characters return `false`.",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "You can compare the string against its lower-cased form, and check it differs from its upper-cased form so that strings with no cased characters return `false`.",
"description": "You can compare the string against its lower-cased form to determine if the string is entirely lower case",

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-lower-case

2 participants