Tajmara

Tajmara

  • NA
  • 286
  • 53.1k

how touse RegularExpression("^[0-9]\\d*(\\.\\d{1,2})?$") MVC

Sep 22 2018 2:16 AM
how touse RegularExpression("^[0-9]\\d*(\\.\\d{1,2})?$") MVC?
 
 what is this \\d* meaning
 
 ex:
 ("^[0-9]\\d*(\\.\\d{1,2})?$")

Answers (1)