I\'ve been looking through pages and pages of Google results but haven\'t come across anything that could help me.
What I\'m trying to do is split a string like
String myText = "Bananas22Apples496Pears3"; System.out.println(myText.replaceAll("([A-Za-z]+)([0-9]+)", "$1:$2,"));