I want a java regex expression that accepts only the numbers and dots.
for example,
1.1.1 ----valid 1.1 ----valid
RegEx to allow digits and dot Number:
RegEx to allow digits and dot