I haven't used regular expressions at all, so I'm having difficulty troubleshooting. I'm looking for a regex that can help me to validate if there are only digits from 0-9, only 8 digits till a dot and two decimals as maximum.
For example:
33445566.09
/[0-9]/