# split

Splits a string into an array of strings based on given seperator

## example

```

split('','HELLO') //=> ['H','E','L','L','O']

```

[README](../../../README.md)
