Skip to main content
I am looking for code to escape double quote and backslash.

String val='my "test" \string';

after escape it should display

my "test" \string

thanks in advance.
3 answers
0/9000