I need to create a string with both single ' and double " quotes on it, so whatever one I chose to enclose it, I am @#$%@%


Is there any escape char that could be used to make it easier to build such string , or no other way besides using concatenation and (Character(ascII("'")) function to put the proper quote on it ?

Wonder if we could also have a 3rd enclosing option like `...` like some other languages..

Any hidden trick ?

Thanks in advance !