I have a huge text file which I want to explode into an array.
The words in it doesnt have spaces, but each word starts with a capital letter.
How can I explode it to an array taking the capital letters as seperator,without losing the charector?
AppleBallCat should be 1 => Apple 2=> Ball 3=> Cat