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

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -