splitString

src.ZinckLib.splitString.splitString(string: str)

Splits a string into a list of chars

Parameters:

string (str) – The string to split.

Returns:

the string split into individual chars

Return type:

list of strings