I need some regex that will match only numbers that are decimal to two places. For example:
^[0-9]*\.[0-9]{2}$ or ^[0-9]*\.[0-9][0-9]$