View Problem

Define a string containing special characters

Define the literal string "\#{'}${"}/"
ExpandDiskEdit
java
String special = "\\#{'}${\"}/";
ExpandDiskEdit
erlang
Special = "\\#{'}\${\"}/",

Submit a new solution for java or erlang
There are 21 other solutions in additional languages (clojure, cpp, csharp, fantom ...)