Suppose I have the following string whch is part of an xml string:
String s= "Script Id="Test&q uot; "
And I need to get
s= "Script Id="Test" "
Can anyone tell me how this can acheived?
Thanks,
jmash
String s= "Script Id="Test&q uot; "
And I need to get
s= "Script Id="Test" "
Can anyone tell me how this can acheived?
Thanks,
jmash
Comment