<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="defaultstyle.css" type="text/css">
<title>Testfile detectchar</title>
</head>
<body>
<font class="Normal">Testing detectchar</font></br>
</br>
<font class="Normal">Testing default without options</font></br>
<font class="Keyword"><DetectChar</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> context=</font><font class="String">"#stay"</font><font class="Others"> char=</font><font class="String">"e"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
</br>
<font class="Others"><Test></font></br>
<font class="DataType">e</font><font class="Others">v</font><font class="DataType">e</font><font class="Others">ry </font><font class="DataType">e</font><font class="Others"> is match</font><font class="DataType">e</font><font class="Others">d.</font></br>
<font class="Others">EVERY E IS MATCHED.</font></br>
<font class="Others"><Test></font></br>
</br>
<font class="Normal">Testing dynamic</font></br>
<font class="Keyword"><RegExpr</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> context=</font><font class="String">"TestDT"</font><font class="Others"> String=</font><font class="String">"\s(e)"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Keyword"><DetectChar</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> dynamic=</font><font class="String">"true"</font><font class="Others"> context=</font><font class="String">"#pop"</font><font class="Others"> char=</font><font class="String">"1"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
</br>
<font class="Others"><TestD></font></br>
<font class="Others">scoop an</font><font class="DataType"> e</font><font class="Others">.</font></br>
<font class="Others">match it </font><font class="DataType">e</font><font class="Others">. 1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestD></font></br>
</br>
<font class="Others"><TestD></font></br>
<font class="Others">SCOOP AN</font><font class="DataType"> e</font><font class="Others">.</font></br>
<font class="Others">MATCH IT E. 1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestD></font></br>
</br>
<font class="Normal">Testing dynamic insensitive</font></br>
<font class="Keyword"><RegExpr</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> context=</font><font class="String">"TestDIT"</font><font class="Others"> String=</font><font class="String">"\s(e)"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Keyword"><DetectChar</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> dynamic=</font><font class="String">"true"</font><font class="Others"> insensitive=</font><font class="String">"true"</font><font class="Others"> context=</font><font class="String">"#pop"</font><font class="Others"> char=</font><font class="String">"1"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestDI></font></br>
<font class="Others">scoop an</font><font class="DataType"> e</font><font class="Others">.</font></br>
<font class="Others">match it </font><font class="DataType">e</font><font class="Others">. 1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestDI></font></br>
</br>
<font class="Others"><TestDI></font></br>
<font class="Others">SCOOP AN</font><font class="DataType"> e</font><font class="Others">.</font></br>
<font class="Others">MATCH IT </font><font class="DataType">E</font><font class="Others">. 1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestDI></font></br>
</br>
<font class="Normal">Testing insensitive</font></br>
<font class="Keyword"><DetectChar</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> insensitive=</font><font class="String">"true"</font><font class="Others"> context=</font><font class="String">"#stay"</font><font class="Others"> char=</font><font class="String">"e"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestI></font></br>
<font class="DataType">e</font><font class="Others">v</font><font class="DataType">e</font><font class="Others">ry </font><font class="DataType">e</font><font class="Others"> is match</font><font class="DataType">e</font><font class="Others">d.</font></br>
<font class="DataType">E</font><font class="Others">V</font><font class="DataType">E</font><font class="Others">RY </font><font class="DataType">E</font><font class="Others"> IS MATCH</font><font class="DataType">E</font><font class="Others">D.</font></br>
<font class="Others"><TestI></font></br>
</body>
</html>