View previous topic :: View next topic |
Author |
Message |
zagcat1
Joined: 08 Sep 2009 Posts: 2
|
Posted: Tue Sep 08, 2009 7:50 am Post subject: removing full stops, but not the file extension |
|
|
apols as this is very easy am sure , but have not been able to do this yet. have many old files that have been dated e.g. 12.12.2003. need to remove the stops but keep the file extension stop e.g. '.dat'
sorry is so simple - as am I, but any advice much apprecaited. have read the how to and seen the g. example, but can not get this to work with numbers or for any chatracter that is not a g.
many thanks,
(non vista.)
zag. |
|
Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 448 Location: Canada
|
Posted: Tue Sep 08, 2009 7:48 pm Post subject: |
|
|
Hi,
I'm assuming that by 'full stops' you mean the '.' characters.
To remove them copy the following into the custom renaiming creator (don't copy the single quotes):
Row: 1
Search: '(?E)\.'
Replace:
The expression excludes the extension because of the (?E) flag. All '.' will be replaced with nothing.
Hope that helps.
Peter. |
|
Back to top |
|
 |
zagcat1
Joined: 08 Sep 2009 Posts: 2
|
Posted: Wed Sep 09, 2009 1:51 pm Post subject: |
|
|
Brilliant - that has done the trick - many thanks - saved me days of work!
great app, thank you very much indeed.
Z. |
|
Back to top |
|
 |
|