Search certain charactor/ symbol in my string
Hi,
i wish to search certain character/ symbol in a string and replace it with other character/symbol.
Can any1 here provide me the syntax to search certain character/ symbol thru a string? The codes below cant be use together... it onli run the later command...
StrInput=tbInPut.Text.Replace("NET","")
StrInput=tbInPut.Text.Replace("-", "()" )
Thanks in advance
life's Ng
|