I am using muti-file rename tool that can rename filenames based ona regular expression pattern. For instance I have filenames like these:
Otrazenie.(01.serija.iz.12).2011.XviD.SATRip.RiperAM.avi
Otrazenie.(02.serija.iz.12).2011.XviD.SATRip.RiperAM.avi
Otrazenie.(03.serija.iz.12).2011.XviD.SATRip.RiperAM.avi
Or like these:
Beauty.and.the.Beast.S01E01.LostFilm.TV.avi
Beauty.and.the.Beast.S01E02.LostFilm.TV.avi
Beauty.and.the.Beast.S01E03.LostFilm.TV.avi
Here we have only number inside the string that changes (01,02,03...)
How to build a RegEx to get just that number from a string?