Difference: FormatTokens (3 vs. 4)

Revision 411 Oct 2011 - TWikiContributor

Line: 1 to 1
 

Formatting Tokens

TWiki defines some standard special tokens that can be used to replace characters in some parameters - notably those to FormattedSearch and IfStatements - to defer evaluation of the parameter until later. These special tokens are often called "escapes", because they allow the character to "escape" from its normal meaning.

$n or $n() New line. Use $n() if followed by alphanumeric character, e.g. write Foo$n()Bar instead of Foo$nBar
$nop or $nop() Is a "no operation". This variable gets removed; useful for nested search
Changed:
<
<
$quot Double quote (") (\" also works)
>
>
$quot or \" Double quote (")
 
$percnt Percent sign (%)
$dollar Dollar sign ($)
$lt Less than sign (<)
View topic | History: r4 < r3 < r2 < r1 | More topic actions...
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.FormatTokens.