----- Original Message -----
From: alex litvak <[EMAIL PROTECTED]>
Date: Thursday, January 12, 2006 3:11 pm
Subject: Matching the first string

> Hello all
Hello
> im new in perl and i need some help
Welcome
> 
> i`ve written a script whose purpose is to put files in different
> directories by its first later, the problem is that every file begins
> with different chars for example "01 - Eminem Encore.mp3"
> my question is how can i get to the first latter in the name (in this
> case it was E), i need just the expression that does it.
/([a-zA-Z])/;
> 
> 
> Thanks & Regards
yw
> Alex
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to