Hi all!
I want a java function which replaces the char \ with a string \\.
my actual requirement is to convert a url like
C:\xyz abc\1234\def\
to
C:\\xyz\abc\\12 34\\def\\
I want a java function which replaces the char \ with a string \\.
my actual requirement is to convert a url like
C:\xyz abc\1234\def\
to
C:\\xyz\abc\\12 34\\def\\
Comment