$noqt » History » Version 1
Per Amundsen, 08/06/2015 02:58 AM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | *$noqt(text)* |
||
4 | |||
5 | Removes outer enclosing quotes around text. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | text - The text to format. |
||
10 | |||
11 | *Example* |
||
12 | |||
13 | <pre> |
||
14 | ; Removes enclosing quotes to the text "spaced message" |
||
15 | //echo -ag $noqt(spaced message) |
||
16 | </pre> |