actions-marketplace-validations/Change String Case
Make a string lowercase, uppercase, or capitalized
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| string | The input string | yes | — |
Outputs
| name | description |
|---|---|
| lowercase | The input string, with any uppercase characters replaced with lowercase ones |
| uppercase | The input string, with any lowercase characters replaced with uppercase ones |
| capitalized | The input string, with any alphabetical characters lowercase, except for the first character, which is uppercased |