step-security/split-strings

GitHub Action to split a string into parts using a delimiter with optional limit support.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
stringThe input string to be split.yes
separatorThe delimiter used to split the string. Defaults to a space character.no""
limitMaximum number of parts to return. Use -1 to return all parts.no-1
namedescription
resultIndicates successful execution of the split operation.