Universeorange.com/Docs/
ready(() => {
console.log(_('_').explode(',', '1,2,3,4,5', 3));
});
Explodes a string into an array.
delimiter : any char
string : any string
limit : int limit the result.
Last modified: 2021-06-06
© 2021 universeorange.com