remove comma from a digits portion string in c# using regular exprsn
What I have:
"I want to see 102,345,5 dogs, but not too soo; it's 3,242 minutes away"Desired outcome:
"I want to see 1023455 dogs, but not too soo; it's 3242 minutes away" What I have:
"I want to see 102,345,5 dogs, but not too soo; it's 3,242 minutes away"Desired outcome:
"I want to see 1023455 dogs, but not too soo; it's 3242 minutes away" Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Jan 28, 2017, 1:09 PM
Vivek KumarPosted Jan 28, 2017, 7:22 AM