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