Hello,
How would I split/joined a string without a separator ?, for example, if I know the string will always be six random numbers long (var string = "124356" but I needed to send it through a function to return the same string with partions (splitS(string); returns "12|43|56"). which is the best way to approach this. ?
Thanks for any advice/help.
How would I split/joined a string without a separator ?, for example, if I know the string will always be six random numbers long (var string = "124356" but I needed to send it through a function to return the same string with partions (splitS(string); returns "12|43|56"). which is the best way to approach this. ?
Thanks for any advice/help.