JadeKnight
IS-IT--Management
How can I split a string without a delimeter.
Let's say I've got this string : abcdefghijklmn, and I would like to split it into an array of two characters, how can this be done?
I've been twisting my brain for this a couple of hours, and I can't figure it out. Any help would be appreciated
Let's say I've got this string : abcdefghijklmn, and I would like to split it into an array of two characters, how can this be done?
I've been twisting my brain for this a couple of hours, and I can't figure it out. Any help would be appreciated