step-security/Change String Case

Make a string lowercase, uppercase, or capitalized

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
stringThe input stringyes
namedescription
lowercaseThe input string, with any uppercase characters replaced with lowercase ones
uppercaseThe input string, with any lowercase characters replaced with uppercase ones
capitalizedThe input string, with any alphabetical characters lowercase, except for the first character, which is uppercased