Chas. Owens wrote:
On Nov 13, 2007 10:58 AM, Chas. Owens <[EMAIL PROTECTED]> wrote: snipI believe you want /\d[a-z]{2}/i.snipOops, I didn't pay attention to my own warning about \d, I should have said /[0-9][a-z]{2}/i
Are you saying that \d is no longer equivalent to [0-9]? If so, which digits does \d match besides [0-9]?
-- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
