Batch Rename with RegEx Substitutions and Flags
Posted: Tue Jul 03, 2018 11:11 am
Hey,
i have filenames like "Some_Projectname 23.YYYYMMDDCxyz.C12v08.final_new.psd".
All i need from this is the project name and the Chapter and Version (C12v08) -part of it. So i tried RexEx search.
I did:
([a-zA-Z\s_-]+)(.)*(c[0-9]+v[0-9]+)(.)*
First problem: since the chapter "C" and version "V" cases are not consistent. So I need \i. How do i set flags in xnviews renamer? (BTW: the checkbox for case in the UI does not help).
Second problem:
I tried "$1_$3.psd" but the $x's are not interpreted.
Thanks for any hint,
kws
i have filenames like "Some_Projectname 23.YYYYMMDDCxyz.C12v08.final_new.psd".
All i need from this is the project name and the Chapter and Version (C12v08) -part of it. So i tried RexEx search.
I did:
([a-zA-Z\s_-]+)(.)*(c[0-9]+v[0-9]+)(.)*
First problem: since the chapter "C" and version "V" cases are not consistent. So I need \i. How do i set flags in xnviews renamer? (BTW: the checkbox for case in the UI does not help).
Second problem:
I tried "$1_$3.psd" but the $x's are not interpreted.
Thanks for any hint,
kws