Skip to content

[Replacement]: is-upper-case #1004

Description

@outslept

Package to replace

is-upper-case

Suggested replacement(s)

const isUpperCase = (input, locale) =>
  input.toLocaleUpperCase(locale) === input &&
  input !== input.toLocaleLowerCase(locale)

Manifest type

micro-utility (tiny utility replaceable with native code or removal)

Rationale

deprecated by the maintainer. we can either use replacement from the deprecation banner or the one above

Availability

No response

Code example (optional)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedUsed to signal if a suggested replacement has been accepted.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions