Reqular Expression in javascript

Decimal : \d{1,5}(\.\d{1,2})?
Integer :\d{2}
Money : /^\d+\.\d{2}$/;
Age = /^(1[0-2]\d\d{1,2})$/;