Is there a split_to_array function like join_to_string
I need to split a string with some delimiter
https://deno.land/std@0.205.0/collections/join_to_string.ts
=[, and ask my self if there is something in deno which i can use for this.https://deno.land/std@0.205.0/collections/join_to_string.ts
