Write a function that splits a string by delimiter.
For example, if the string is "hello, world" and the delimiter is ,
the output should be ["hello", "world"]
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Write a function that splits a string by delimiter.
For example, if the string is "hello, world" and the delimiter is ,
the output should be ["hello", "world"]