
davorg
Thaumaturge
/ Moderator
Jul 16, 2002, 3:10 AM
Post #6 of 8
(2079 views)
|
|
Re: [RedRum] Getting part of this string...
[In reply to]
|
Can't Post
|
|
I believe there is currently no way to only match letters without using the [a-z] character class, as \w includes digits and _ and \d is only digits. There is - [:alpha:] -- Dave Cross, Perl Hacker, Trainer and Writer http://www.dave.org.uk/ Get more help at Perl Monks
|