entepotenz/Change String Case minimal dependencies

Github Action to make a string lowercase, uppercase, or capitalized; done purely in python3 without any dependency

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
stringstring to convertyes
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
dashnormalizedThe input string, with any non alphanumeric characters replaced with dashes, which is then lowercased.