Dear All
I need you help
I have one string like
a1 + b1 + ( v1 + g1 ) * 10
I need to retrieve only a1,b1,v1,g1
any idea
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.
Rajeesh MenothPosted May 25, 2016, 9:30 AM
Ekrem TapanPosted May 25, 2016, 9:13 AM
string v = s.Replace("+", ",");