First of all, special thanks to Drieux. I need to check if a string with the following patern:
<lowercase characters><number><number>.html Like "cae01.html" or "djavan10.html" (without quotes). I tryied $musica =~ /([a-z]*)[0-9][0-9]\.html/ but this matches "djavan001.html", when this should not. Wich regexpr can I use? This time a link to a howto will be very welcome, once this is not the unique regexpr I'll need to build myself. Rafael -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]