Universeorange.com/Docs/

Priya library Function reference Element functions explode

    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-07

© 2021 universeorange.com