> print "You're cheating!" if($add_alias =~ /[^\w\.\-]/g); # \w Match a > "word" character (alphanumeric plus "_") > wow. thanks. that looks just like what i need. however, i also want to match the _ character as well. so will /[^\w\.\-\_]/ work for me? thanks!
- 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