Split
2 min
overview the split action divides a string based on the occurences of a given separator inputs & outputs \[ i ] input string \<font color="#1c417e">string\</font> to split \[ i ] input separator \<font color="#1c417e">string\</font> to split based on \[ o ] result list< \<font color="#1c417e">string\</font> > containing the substrings resulted from dividing the input string based on the separator
