Remove quotes from a string, only if the input string start with and end with the same quote character.
@param str the string to remove surrounding quotes from @return the de-quoted string
See Implementation
Remove quotes from a string, only if the input string start with and end with the same quote character.
@param str the string to remove surrounding quotes from @return the de-quoted string