>
> ;$string_utils:explode("/hey/there//you","/");
> => {"hey", "there", "you"}
>
> Shouldn't that return {"Hey","there","","you"}?
>
some might even say that it should return {"","hey","there","","you"}
i find what it actually returns most useful