I want to replace dot in a String.
I used String.replaceA ll ..but due to regular expression .... I couldn't find out the solution.
I used String.replaceA ll(".","somethi ng");
But in regular expression "." has a special meaning .....
Debasis Jana
I used String.replaceA ll ..but due to regular expression .... I couldn't find out the solution.
I used String.replaceA ll(".","somethi ng");
But in regular expression "." has a special meaning .....
Debasis Jana
Comment