<?xml version="1.0" encoding="windows-1252"?>
<node id="418849" title="Re: Need some character class examples" created="2005-01-02 19:54:42" updated="2005-06-05 15:23:55">
<type id="11">
note</type>
<author id="293748">
phenom</author>
<data>
<field name="doctext">
Those will come in handy with regular expressions. You should have perldoc installed on your system, so try:
&lt;code&gt;perldoc perlrequick &lt;/code&gt; and &lt;code&gt; perldoc perlretut&lt;/code&gt;.

&lt;code&gt;
print "Matched!\n" if($user =~ /^aristotle73$/i);
&lt;/code&gt;

Try reading those first. They'll give you a better idea.
HTH.</field>
<field name="root_node">
418846</field>
<field name="parent_node">
418846</field>
</data>
</node>
