ID : 5716
Split/Join
Commands | Functions |
---|---|
Join | Return a string that contains the elements of the array, connected through a delimiter. |
Split | This command creates a one-dimensional array by means of splitting strings into substrings that are separated by the optional designated character. |
ID : 5716