Scott Purcell wrote, on Thursday, March 23, 2006 3:05 PM
 
: '^[a-zA-Z0-9-_. ]+$'
 
The others helped you get [] in there. But hyphen (dash) has to be first, or it looks like a range operator. So try:
 
^[-a-zA-Z0-9_. \[\]]+$
 
Good luck,
 
Joe
 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to