open_in_new
content_copy
function removeChar(str){ return str.slice(1, -1); };