regex - Remove comma as number grouping symbol -


i have list of numbers like

990.00 2,940.00 4,500.00 600.00 

i need remove , strings.

so far find desired cases use \d,\d\d\d\.\d\d stack replacing expression.

you can find ,(\d{3}) , replace capture group 1.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -