Using regular expression in Bulk Rename Command

A swapping-ground for Regular Expression syntax

Using regular expression in Bulk Rename Command

Postby AndyKCL » Mon Sep 19, 2016 12:20 pm

Hi,

I'm currently using a regular Expression in 'Bulk Rename Utility' and this works fine.

Match: (.*?_)(.*?_)([0-9]{4})([0-9]{2})([0-9]{2})(.*?_)(.*?_)(.*?_)
Replace: \1\2\3-\4-\5\6\7\8

And I would like to use the regular expression in the Bulk rename command and then set as a schedule task.

So how do I set this up and set which directory to rename as well?

Thanks
AndyKCL
 
Posts: 1
Joined: Mon Sep 19, 2016 12:14 pm

Return to Regular Expressions