my $str = "hello there world"; #### $str =~ /.*\s(.*)/; #### $str =~ /.*?\s(.*)/;