RegEx needed to help rename some files -
[2.01] dundies.avi [10.16] valentine's day.avi i need rename them to
s01e01 - dundies.avi s10e16 - valentine's day.avi any appreciated
i think may want combination of regex , code:
to find numbers:
[(\d+).(\d+)]
for padding 1 --> 01, not sure how can done in regex. (why i'm saying might need code in combination regex.
Comments
Post a Comment