$noqt » History » Version 2
Per Amundsen, 02/23/2023 06:28 PM
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 | 2 | Per Amundsen | table(ktable). |
10 | |*Parameter*|*Description*| |
||
11 | | text | The text to format. | |
||
12 | 1 | Per Amundsen | |
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | ; Removes enclosing quotes to the text "spaced message" |
||
17 | //echo -ag $noqt(spaced message) |
||
18 | </pre> |