QuoteUtil.dequote

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

class QuoteUtil
static
string
dequote
(
string str
)

Meta