Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am new to this community.I have question regarding Pattern Matching in Perl.<br><br>1.when /ab?/ is given it returns true for &quot;abbbb&quot; but my question is &quot;?&quot; will support zero or one occurrence.<br>

<br>2.When i am giving /[0-9a-zA-Z] it returns true for &quot;0AA&quot; and &quot;9aa&quot; but my question is IT HAS TO ACCEPT ONLLY &quot;0aa&quot;/&quot;9fG&quot;....so on.<br><br>3.What is the difference between Pattern Matching and regular expression?Are both same?<br>

<br>Please reply ASAP.<br><br>Rgds,<br>Chinna<br>