The question of "sensibility" is left to the implementor. :)if ( $password =~ tr/A-Za-z0-9//c ) { warn "Bad characters in <$password>\n"; }
Update: AidanLee found an extra right paren which has since been recycled. Oops.
In reply to Re: Yet another REGEXP Question
by chromatic
in thread Yet another REGEXP Question
by fastkeys
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |