Java Regular Expression to check if a String is a numeric value

Here is another method from my String utility class. This method uses a regular expression to check if a String is a numeric value. Look at the code, then read through the explanation that follows