Testing anychar

Testing default without options
<AnyChar attribute="Match" context="#stay" String="aeiouy" />
<Test>
The Dog thais my friend.
THE DOG THAT IS MY FRIEND.
<Test>

Testing insensitive
<AnyChar attribute="Match" context="#stay" insensitive="true" String="aeiouy" />
<TestI>
The Dog thais my friend.
THE DOG THAIS MY FRIEND.
<TestI>