Splits a string into an array by a given seperator
The string to be splitted
The seperator specifying where to split
An array of the elements from the splitted string
See Implementation
Splits a string into an array by a given seperator