WC -Sx- Jones wrote:
That should be: /\<(?:[!gjyz]\w*(?!\@).*|k\w{3,})\>/
After more tests I ended up with: /\<(?!\!doctype)(?!.*@)(?:[!gjyz].*|k\w{3,})\>/
Thx to Tom and Nathan's excellent book: The Perl Cookbook pg 201. ISBN: 1-56592-243-3 $39.95 USD
-- I hope that wasn't OT. Bill
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>