\d{1,2}[\,\.]{1}\d{1,2}
EDIT: update to meet the new requirements (comments) 😉
EDIT: remove unnecesary qtfier as per Bryan
^[0-9]{1,2}([,.][0-9]{1,2})?$
\d{1,2}[\,\.]{1}\d{1,2}
EDIT: update to meet the new requirements (comments) 😉
EDIT: remove unnecesary qtfier as per Bryan
^[0-9]{1,2}([,.][0-9]{1,2})?$