Hi
This has me a little stumped, but I have a 4 character string which can be any 4 characters in any position within the string itself and I want to explode it into an array.
Normally I would explode it using a delimeter such as a comma or a space but how do I do it when there is no delimeter??
Thanks in advance