in reply to Using regex in file glob ?
A simple way...
my @possible = grep /${pathHi}(.*[_-]?RTM[_-]).*[.]xlsx/, <*>; [download]