if( $test_string =~ /hello(\s+)world/ig ) { print "FOUND IT!"; } else { print "DIDNT FIND IT!"; }