Hi all, I'm completely new to regular expressions and I'm having a little trouble grasping all the concepts behind how to use regular expressions. I have a String array that contains a series of weights: weights[0] = "100 kg", weights[1] = "105 kg", etc. At the moment, I'm adding up all the weights using a StringTokenizer to extract the numbers as ...