2428392/Truncate String
Simple truncate string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| stringToTruncate | String to be truncated | yes | — |
| maxLength | Max length of the string | yes | — |
| removeDanglingCharacters | Remove any of the provided dangling characters. No seperation between characters e.g. -,!% | — | "" |
Outputs
| name | description |
|---|---|
| string | The truncated string |