A little help please. I want to strip-off a portion of my string which is made up of a number in Java.
eg. Have the following Strings - 60067 ; 600567 and 600876 and '600676600'
How do I remove 600 from each of the strings in Java so I remain with
67 ; 567 and 876 and '676600'