Hi all
I need a regular expression that accepts only digits and dots, with these conditions:
- between digits three must be only one dot '132.632.55'
- digits can be repeat in between two dots '.112234563456789.'
- the string starts with digits
- digits with "." like this '123346547987.' can repeat many times
- length of these digits is less than 50 characters
For example: 123456.258469.5467.15546