I want to remove double quotes from a String

I want to remove the "" around a String.

e.g. if the String is: "I am here" then I want to output only I am here.

Leave a Comment