|
One thought I've had for syntax in Java is to prefix the string with \. Seems related, doesn't overload the meaning of @ (which has a different meaning in C#), and it shouldn't conflict with separate oddness like Unicode character literals because of following characters. So for example:
\"\(\s+\)"
|