<!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 regexpr</title>
</head>
<body>
<font class="Normal">Testing RegExprSimple.</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">"#stay"</font><font class="Others"> String=</font><font class="String">"</font><font class="DecVal">&lt;</font><font class="String">@</font><font class="DecVal">&gt;</font><font class="String">"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><Test></font></br>
<font class="Others">This matches: </font><font class="DataType"><@></font></br>
<font class="Others"><Test></font></br>
</br>
<font class="Normal">Testing RegExprSimpleI.</font></br>
<font class="Keyword"><RegExpr</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"> String=</font><font class="String">"kameel"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestI></font></br>
<font class="Others">This matches: </font><font class="DataType">kameel</font></br>
<font class="Others">This matches: </font><font class="DataType">KAMEEL</font></br>
<font class="Others"><TestI></font></br>
</br>
<font class="Normal">Testing RegExpr.</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">"#stay"</font><font class="Others"> String=</font><font class="String">"^kameel"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestComplex></font></br>
<font class="Comment">#only matches at the beginning of a line.</font></br>
<font class="DataType">kameel</font><font class="Others"> matches. kameel</font></br>
<font class="Others">KAMEEL does not. KAMEEL</font></br>
<font class="Others"><TestComplex></font></br>
</br>
<font class="Normal">Testing RegExpr word boundary</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">"#stay"</font><font class="Others"> String=</font><font class="String">"\bkameel"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestComplexB></font></br>
<font class="DataType">kameel</font><font class="Others"> matches. :</font><font class="DataType">kameel</font><font class="Others"> $</font><font class="DataType">kameel</font><font class="Others"> also but notkameel</font></br>
<font class="Others"><TestComplexB></font></br>
</br>
<font class="Normal">Testing RegExpr non word boundary</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">"#stay"</font><font class="Others"> String=</font><font class="String">"\Bkameel"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestComplexNB></font></br>
<font class="Others">kameel :kameel $kameel all do not match butt not</font><font class="DataType">kameel</font><font class="Others"> does.</font></br>
<font class="Others"><TestComplexNB></font></br>
</br>
<font class="Normal">Testing RegExprD.</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">"RegExprDT"</font><font class="Others"> String=</font><font class="String">"\b(\d+)"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Keyword"><RegExpr</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"> String=</font><font class="String">"kameel%1"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestComplexD></font></br>
<font class="Others">scoop number</font><font class="DataType"> 12</font><font class="Others">. </font></br>
<font class="Others">aap12 egel12 </font><font class="DataType">kameel12</font><font class="Others"> kameel%1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestComplexD></font></br>
</br>
<font class="Others"><TestComplexD></font></br>
<font class="Others">scoop number</font><font class="DataType"> 13</font><font class="Others">. </font></br>
<font class="Others">AAP13 EGEL13 KAMEEL13 kameel%1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestComplexD></font></br>
</br>
<font class="Normal">Testing RegExprDI.</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">"TestComplexDIT"</font><font class="Others"> String=</font><font class="String">"\s(\d+)"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Keyword"><RegExpr</font><font class="Others"> attribute=</font><font class="String">"Match"</font><font class="Others"> insensitive=</font><font class="String">"true"</font><font class="Others"> dynamic=</font><font class="String">"true"</font><font class="Others"> context=</font><font class="String">"#pop"</font><font class="Others"> String=</font><font class="String">"kameel%1"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestComplexDI></font></br>
<font class="Others">scoop number</font><font class="DataType"> 12</font><font class="Others">. </font></br>
<font class="Others">aap12 egel12 </font><font class="DataType">kameel12</font><font class="Others"> kameel%1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestComplexDI></font></br>
</br>
<font class="Others"><TestComplexDI></font></br>
<font class="Others">scoop number</font><font class="DataType"> 13</font><font class="Others">. </font></br>
<font class="Others">AAP13 EGEL13 </font><font class="DataType">KAMEEL13</font><font class="Others"> kameel%1 </font><font class="Comment">#if this matches, dynamic was not called</font></br>
<font class="Others"><TestComplexDI></font></br>
</br>
<font class="Normal">Testing RegExprI.</font></br>
<font class="Keyword"><RegExpr</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"> String=</font><font class="String">"^kameel"</font><font class="Normal"> </font><font class="Keyword">/></font></br>
<font class="Others"><TestComplexI></font></br>
<font class="Comment">#only matches at the beginning of a line.</font></br>
<font class="DataType">kameel</font><font class="Others"> matches. kameel</font></br>
<font class="DataType">KAMEEL</font><font class="Others"> matches. KAMEEL</font></br>
<font class="Others"><TestComplexI></font></br>
</br>
</br>
</br>
</br>
</body>
</html>