User Tools

Site Tools


reference:spamrules_statement_removetags
no way to compare when less than two revisions

Differences

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


Previous revision
reference:spamrules_statement_removetags [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======Spam Filter Rules: RemoveTags======
 +^Statement  |RemoveTags |
 +^Version  |2.2.1+ |
 +^Purpose  |Converts an HTML string to its plain text equivalent |
  
 +The **RemoveTags** statement requires a variable name, in the format
 +  RemoveTags <variable name>
 +
 +  * HTML tags are removed
 +  * HTML entities are converted to their plain text form (e.g. &quot; -> ")
 +
 +=====Example=====
 +<code>
 +RemoveTags SectionText
 +# The above line has removed HTML from the variable ${SectionText}
 +</code>
reference/spamrules_statement_removetags.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1