@wtasnorg/node-lib / splitAfterString
splitAfterString(
s,sep):string[]
Defined in: src/strings.ts:828
SplitAfter slices s into all substrings after each instance of sep and returns a slice of those substrings.
string
Input string.
string
Separator string.
string[]
Array of substrings including separator.