View previous topic :: View next topic |
Author |
Message |
RR
Joined: 11 Mar 2007 Posts: 50 Location: India
|
Posted: Thu Aug 02, 2007 7:34 am Post subject: Choosing Filename|Extension |
|
|
How about inserting these two options under the
Pre-Defined Command list?
(Affect/Process) filename only
(Affect/Process) extension only
This will be handy esp in the swapping operations. |
|
Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 448 Location: Canada
|
Posted: Sun Aug 12, 2007 6:46 am Post subject: |
|
|
For isolating the prefix, you can use a PFrank extension that I added for regular expressions.
The extension is the 'E' flag which is used to exclude the extension.
e.g.
searching for (?E).* and replacing with nothing will clear the prefix and leave the extension untouched.
Would that solve your swapping problem? If not, I could perhaps add another flag to exclude the prefix.
Peter. |
|
Back to top |
|
 |
RR
Joined: 11 Mar 2007 Posts: 50 Location: India
|
Posted: Mon Aug 13, 2007 5:01 am Post subject: |
|
|
Currently I make a lot of typing inputs; however, to have the function readymade would surely ease up work. Thanks for the concern again. |
|
Back to top |
|
 |
|