step-security/split-strings
GitHub Action to split a string into parts using a delimiter with optional limit support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| string | The input string to be split. | yes | — |
| separator | The delimiter used to split the string. Defaults to a space character. | no | "" |
| limit | Maximum number of parts to return. Use -1 to return all parts. | no | -1 |
Outputs
| name | description |
|---|---|
| result | Indicates successful execution of the split operation. |