Regex Expression for asp.net [duplicate]

You could use the below regex,

\d+(?:(?:,\d{3})+)?\.\d{2}

DEMO

Leave a Comment