At 11:50 12.06.2001 -0400, Chas Owens wrote: >\w includes _. The \w character set is anything that can be included >in a variable name. On the topic of shortening the regexp: "." in a >character class does not need to be escaped so you can write it like >this > > print "You're cheating!" if($add_alias =~ /[^\w.\-]/); thanks for pointing that out! Aaron Craig Programming iSoftitler.com
- checking for the @ symbol charles
- Re: checking for the @ symbol Peter Scott
- Re: checking for the @ symbol charles
- Re: checking for the @ symbol Aaron Craig
- Re: checking for the @ symbol charles
- Re: checking for the @ symbol Chas Owens
- Re: checking for the @ symbol Aaron Craig
- Re: checking for the @ symbol Hasanuddin Tamir