$qt: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
mNo edit summary
(No difference)

Revision as of 01:55, 6 April 2008

$qt(text)/$noqt(text)

Adds or removes outer enclosing quotes around text. Particularly useful for specifying file names or paths with spaces.

Example

$qt(My text.) returns "My text."
$noqt("This is some "text"") returns This is some "text"