Introducing double quotes "" inside string in JSL (JMP)
I am not sure how to do the following: my_string = "Hello
\!"\!"
World!";
my_string = substitute(my_string , "\!"", """"); // This returns an error
// Expected
// "Hello
// ""
// World!"