I have a string of the for nn:nnn and I want to extract the digits represented by n's. The number to the right of the colon is always 3 digits. The number to the left of the colon is either 1,2, or 3 digits. How can I extract these two numbers.