Skip to content

lib.string.list.SplitString

Thomas Mann edited this page Sep 5, 2025 · 4 revisions

SplitString

in Lib.string.list


Splits a string by the provided separation character. Returns a List that can be parsed with [PickFromStringList].


Input Parameters

Name (Relevancy & Type) Description
String (String) -
Split (String) -

Outputs

Name Type
Fragments System.Collections.Generic.List`1[System.String]
Count System.Int32

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally