Java, Removing backslash in string object -


i have url this: http:\/\/www.example.com\/example in string object.

can tell me, how remove backslashes?

i programming blackberry system.

see string.replace(charsequence, charsequence)

string myurl = "http:\\/\\/www.example.com\\/example"; myurl = myurl.replace("\\",""); 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -