in reply to Some sexy regex
if ( $string =~ /[^A-Za-z0-9]/ ) { print "On your bike, mate"; } else { ... [download]