"Something S01e02 T’boch.mkv"
(Not really an apostrophe, but a RIGHT SINGLE QUOTATION MARK)
Command:
- Code: Select all
brc64 /PATTERN:"*.mkv" /REGEXP:"(?i)(.* S\d\d)e(\d.*)":"\1E\2" /QUIET /EXECUTE
result:
"E02 T.mkv"
I don't see why it's failing. The way I'm reading it, it should just change the case of the "e"
Please advise.