does Java have the @ character to escape string quotes?
Posted
by mrblah
on Stack Overflow
See other posts from Stack Overflow
or by mrblah
Published on 2010-01-07T06:11:53Z
Indexed on
2010/04/21
1:13 UTC
Read the original article
Hit count: 231
My string has double quotes in it, in c#
I would do:
string blah = @"this is my ""text";
how would I do that in java?
© Stack Overflow or respective owner