Cheetah
Variables
plugins/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt File Reference

Variables

HTML AllowedCommentsRegexp TYPE
 
HTML AllowedCommentsRegexp which if it matches the body of a comment
 
HTML AllowedCommentsRegexp which if it matches the body of a indicates that it should be allowed Trailing and leading spaces are removed prior to running this regular expression< strong > Warning
 
HTML AllowedCommentsRegexp which if it matches the body of a indicates that it should be allowed Trailing and leading spaces are removed prior to running this regular expression< strong > otherwise you may accept comments that you did not mean to ! In particular
 
HTML AllowedCommentsRegexp which if it matches the body of a indicates that it should be allowed Trailing and leading spaces are removed prior to running this regular expression< strong > otherwise you may accept comments that you did not mean to ! In the regex< code > foo bar</code > is probably not sufficiently strict
 

Variable Documentation

◆ comment

HTML AllowedCommentsRegexp which if it matches the body of a comment

Definition at line 6 of file HTML.AllowedCommentsRegexp.txt.

◆ particular

HTML AllowedCommentsRegexp which if it matches the body of a indicates that it should be allowed Trailing and leading spaces are removed prior to running this regular expression<strong> otherwise you may accept comments that you did not mean to ! In particular

Definition at line 11 of file HTML.AllowedCommentsRegexp.txt.

◆ strict

HTML AllowedCommentsRegexp which if it matches the body of a indicates that it should be allowed Trailing and leading spaces are removed prior to running this regular expression<strong> otherwise you may accept comments that you did not mean to ! In the regex<code> foo bar</code> is probably not sufficiently strict

Definition at line 12 of file HTML.AllowedCommentsRegexp.txt.

◆ TYPE

HTML AllowedCommentsRegexp TYPE

Definition at line 2 of file HTML.AllowedCommentsRegexp.txt.

◆ Warning

HTML AllowedCommentsRegexp which if it matches the body of a indicates that it should be allowed Trailing and leading spaces are removed prior to running this regular expression<strong> Warning

Definition at line 9 of file HTML.AllowedCommentsRegexp.txt.