How to store string to a variable which contains both single & double quote? The string should be dynamic, not static.
For example : thisis'a"string
another string is : this'i"sastring
The quotes will be vary its position. Is it possible to store these type of string to a variable?
Thank you