Reply to thread

Hi Anony,


a regex for the string SeriesName.S01E01.HDTV.XviD-XYZ.avi

could be such a regex \w*\.\w*\d*\.\w*\.\w*\-\w*\.\w*\d*


Top Bottom