You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose the addition of a split() function, counterpart to the already standard join() function. split breaks a string into an array of substrings that are separated by $separator in the original $subject.
I propose the addition of a
split()
function, counterpart to the already standardjoin()
function.split
breaks a string into an array of substrings that are separated by$separator
in the original$subject
.(Not entirely unlike Python's
string.split()
function)The text was updated successfully, but these errors were encountered: