Is there a split_to_array function like join_to_string
I need to split a string with some delimiter
=[,
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.ts2 Replies
Is this what you are looking for?
adding for completeness: Splitting strings is part of the JavaScript language itself and doesn't require additional libraries. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split