Remove quotation marks from a string

Unquote(string)

Arguments

string

Input string

Value

Unquote() returns string, with any matched punctuation marks and trailing whitespace removed.

See also

Other string parsing functions: EndSentence(), MorphoBankDecode(), RightmostCharacter()

Author

Martin R. Smith

Examples

Unquote("'Hello World'")
#> [1] "Hello World"