User Tools

Site Tools


reference:spamrules_statement_escape

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
reference:spamrules_statement_escape [2011/08/26 11:26] – created simonreference:spamrules_statement_escape [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 The **Escape** statement should be called immediately before the [[spamrules_variables|variable]], in the format The **Escape** statement should be called immediately before the [[spamrules_variables|variable]], in the format
-  Escape ${<variable name>}+  Escape <variable name>
  
 =====Example===== =====Example=====
Line 11: Line 11:
 ${myvar} = "This costs $10.00" ${myvar} = "This costs $10.00"
  
-Escape ${myvar}+Escape myvar
  
 # ${myvar} is now "This costs \$10\.00" # ${myvar} is now "This costs \$10\.00"
 </code> </code>
reference/spamrules_statement_escape.1314354417.txt.gz · Last modified: 2018/11/14 10:44 (external edit)