I'm using Java, and I want to remove all the occurrences of \
from my string (something like http\:\/\/news.investors\/092115\-772034\-red\-hat\-tops\-16\-views\-beat.html
)
I'm using replace all but I don't know how is the regular expression to do this.