Search found 1 match

by ZX
29.09.2009, 06:08
Forum: General Discussion
Topic: how to swap words in multi-rename
Replies: 5
Views: 91449

how to swap words in multi-rename

regex equivalent would (roughly) be:

(\w+)\s(\w+)\s(\w+).foo --> \1 \3 \2.foo

Example:

HBR October 2007.pdf -> HBR 2007 October.pdf
HBR April 2008.pdf -> HBR 2008 April.pdf
HBR January 2008.pdf -> HBR 2009 January.pdf