Hi,
I use the method String.matches(String regex) to find if a string matches the regex expression


From my point of view the regular expression regex="[0-9]+" means a String that contains at...