Archive for August, 2009
Replace backslash character to slash in a String with JAVA
by admin on Aug.20, 2009, under General
Today I had a small problem with java, and I leave here my solution to help others who are in the same situation.
Here I give you a small trick to replace backslash special caracter to another caracter in Java. If you are doing some project, and you need to replace a backslash “\” with the forward slash “/”, you will notice you can´t do this in the normal way.