($status) = $folder =~ m/(FINAL|DRAFT)/; #### $folder =~ s/(FINAL|DRAFT)//; $status=$1;