Help for this page
$params{city} =~ /^[-\w'\.\*]*$/ and do_stuff() ;
$params{city} =~ /^[\w'\.\*-]*$/ and do_stuff() ;