if ( $title =~ /^[^\w\d\s\ \'\!\?\£\$\&\(\)\-\+\;\:\@\,\.]+$/ || $title =~ /[x0]/ || $title eq '' ) {
$title =~ /[x0]/
Jump To Top of Thread