Regular Expression Renaming Suite

Discuss and share scripts and script files...
Post Reply
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Regular Expression Renaming Suite

Post by TheQwerty »

I had previously posted this in the forum, but didn't keep them up to date with all the syntax changes... until now.


The goal here was to easily give users terrified of or unfamiliar with regular expressions access to some complex patterns in a friendlier way.


It consists of the following four files:
http://xyplorer.googlecode.com/svn/trun ... Rename.xys
http://xyplorer.googlecode.com/svn/trun ... lename.xys
http://xyplorer.googlecode.com/svn/trun ... xp-Ext.xys
http://xyplorer.googlecode.com/svn/trun ... p-Both.xys


RegExp-Rename.xys - is just a menu to call up the other three scripts. It expects the other files to be in ".\Scripts", so if you place them somewhere else this would need updated.

RegExp-Filename.xys are patterns that only work on the base name (part before the extension) of a file.

RegExp-Ext.xys are patterns that only work on the file's extension.

RegExp-Both.xys are patterns that are applied to the full name (base and extension) of a file.

These files now need to be placed in "<xydata>\Scripts\Rename\" to work correctly.

Requires: XYplorer v7.60.000+

  • Updates:
  • 2008-09-17 - Updated to use new script syntax.
  • 2008-08-19 - Moved files to Scripts/Rename.

Post Reply