xom9ikk/Simple Split
This action will split the string by separator
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| string | String to split | yes | — |
| separator | Separator to split a string | no | "" |
| limit | Limit on the number of substrings to be included in the array | no | -1 |
Outputs
| name | description |
|---|---|
| result | Action Result |