Skip to content

string remove quotes

Chris Petersen edited this page Oct 16, 2014 · 1 revision

string-remove-quotes removes quotation marks from start and end of string.

Parameter Description
str String input

Example

Example 1: Trim quotation marks from a string

> (string-remove-quotes "\"This is a test.\"")
"This is a test."
Clone this wiki locally