Hi all,Does anyone know of a creative way to check for the following the pattern in Perl:_more_nwhere n is a random number between 1 and 999.What I need to do is exclude file names that contain this pattern. I was trying to think of a regex statement to use, but could not come up with one because I am not sure how to check for a numeric at the end of _more_n.Any thoughts?Greatly appreciated.