jcroyoaun/Text Transformer Action
Takes text input and outputs various transformations (uppercase, lowercase, slug, etc)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| text | The text to transform | yes | — |
| add-timestamp | Whether to add timestamp to outputs | no | false |
Outputs
| name | description |
|---|---|
| uppercase | The text in UPPERCASE |
| lowercase | The text in lowercase |
| slug | The text as a url-friendly slug |
| reversed | The text reversed |
| char-count | Number of characters in text |
| timestamp | Timestamp when transformation occurred (if enabled) |