powered by
Remove quotation marks from a string
Unquote(string)
Input string
Unquote() returns string, with any matched punctuation marks and trailing whitespace removed.
Unquote()
string
Other string parsing functions: EndSentence(), MorphoBankDecode(), RightmostCharacter()
EndSentence()
MorphoBankDecode()
RightmostCharacter()
# NOT RUN { Unquote("'Hello World'") # }
Run the code above in your browser using DataLab