Strings
Split
2min
overview the split action divides a string based on the occurences of a given separator inputs & outputs \[ i ] input string string string to split \[ i ] input separator string string to split based on \[ o ] result list< string string > containing the substrings resulted from dividing the input string based on the separator