Testing worddet
Testing default without options
<WordDetect attribute="Match" context="#stay" String="antimoon" />
<Test>
ddantimoondd antimoon
antimoon ddantimoondd
ANTIMOON DDANTIMOONDD
<Test>
Testing dynamic
<RegExpr attribute="Match" context="TestDT" String="\s(a)ntimoo(n)" />
<WordDetect attribute="Match" dynamic="true" context="#pop" String="%1ntimoo%2" />
<TestD>
scoop antimoon
antimoon %1ntimoo%2
<TestD>
<TestD>
scoop antimoon
ddantimoondd %1ntimoo%2
<TestD>
<TestD>
scoop antimoon
ANTIMOON %1ntimoo%2
<TestD>
<TestD>
scoop antimoon
DDANTIMOONDD %1ntimoo%2
<TestD>
Testing dynamic insensitive
<RegExpr attribute="Match" context="TestDIT" String="\s(a)ntimoo(n)" />
<WordDetect attribute="Match" insensitive="true" dynamic="true" context="#pop" String="%1ntimoo%2" />
<TestDI>
scoop antimoon
antimoon %1ntimoo%2
<TestDI>
<TestDI>
scoop antimoon
ddantimoondd %1ntimoo%2
<TestDI>
<TestDI>
scoop antimoon
ANTIMOON %1ntimoo%2
<TestDI>
<TestDI>
scoop antimoon
DDANTIMOONDD %1ntimoo%2
<TestDI>
Testing insensitive
<WordDetect attribute="Match" insensitive="true" context="#stay" String="antimoon" />
<TestI>
antimoon ddantimoondd
ANTIMOON DDANTIMOONDD
<TestI>