whitespaces and positive numerics (3 precisions accpet . or ,)
//Accepts whitespaces and positive numeric values including integers and decimals(dot or comma optional) with 3 precisions only. 
//Ex: "999",  " 999.999",  "      999.999",  
      " 999,999",  "      999,999" -> ACCEPTABLE
Submitted by Pubudu (motustudio) - 10 years ago