Added in 1.9.0

$noqt(text)

Removes outer enclosing quotes around text.

Parameters

Parameter Description
text The text to format.

Example

; Removes enclosing quotes to the text "spaced message" 
//echo -ag $noqt(spaced message)