question on format

A swapping-ground for Regular Expression syntax

question on format

Postby lstiefe39 » Sun Apr 09, 2006 3:47 am

I have some folder on drive, which contain graphics. The master folder these are under is 'Sharon's Index'. The folders are in the format such as 28 Dec, and I need to chage these to Dec 28. Is there an expression that could do this to a large group of folders?
I am definitely a newbie to this type of function.
lstiefe39
 
Posts: 1
Joined: Sun Apr 09, 2006 3:15 am
Location: Leonardtown, MD, USA

Postby Admin » Sun Apr 09, 2006 8:42 am

Yes definitely. There's a good example in the help file. I would have thought something like the following would do the trick:

Match: (\d\d)(\s)(.*)
Replace: \3 \1



Jim
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm


Return to Regular Expressions