how to check regex if a double is just numbers and decimal code example Example: regex validate double with 2 decimals ^(\d+(\.\d{0,2})?|\.?\d{1,2})$