I need a regex that validates numbers, commas, and period
it must contain numbers and if it contains a semicolon, have only one of them, and only once
1.1 - true
1,2 - true
2 - true
1..2 - false
1.2. - false
1.2.2 - false
2,3,2 - false...
asked by
27.08.2018 / 18:04