Posted on: 3/17/2014 6:09:10 PM | Views : 268


Hello Gurus,
I have a requirement where i have sentence,in which the first '-' symbol should be changed to '+'
This is the string
---------------------
string Name = "Vedha Diagnostic Centre - Plot No 7-65, Ibrahimpatnam, Kummara Kunta Colony, Kukatpally,hyderabad-500072"

Output should be as follows:
------------------------------------
Vedha Diagnostic Centre + Plot No 7-65, Ibrahimpatnam, Kummara Kunta Colony, Kukatpally,hyderabad-500072

only the first '-' should be changed to '+', remaining sentence has no changes. 
How to achieve this,need you assistance on this.

Thanks in Advance.

Go to the complete details ...