-1

I am attempting to rename a group of files so that they match the format 'Season 00 - Poster' from their original filenames. I have gotten as far as 'Season 00OrignailFile'

I am trying to use Regex to Exclude 'Season \d\d' and select everything after so that I can replace it with '- Poster'.

I don't fully understand regular expressions, and even a link to a good website to start learning Regex would be helpful at this point.

I have tried a few expressions to exclude the beginning of the filename and select everything after but to no avail.

ex. (?!(Season \d\d)).*

0 Answers0