Edits Help (again)
Jeff Harrison
jeffaharrison at yahoo.com
Thu Oct 1 09:52:22 PDT 2009
--- On Thu, 10/1/09, Kroboth, Joe <joe_kroboth at chernay.com> wrote:
> From: Kroboth, Joe <joe_kroboth at chernay.com>
> Subject: Edits Help (again)
> To: "filepro-list at lists.celestial.com" <filepro-list at lists.celestial.com>
> Date: Thursday, October 1, 2009, 11:07 AM
> Hello,
>
> I'm trying to make an edit that accepts a number of any
> length WITH or WITHOUT a single letter on the end. Then
> Deletes the letter if present.
>
> Example
>
> Start:
> 155456
> 155456A
> 155456Z
>
> End:
> 155456
>
> I've Come up with:
> {N} [{!"A"!}]
>
> But this is only good for the letter A is there a way to
> specify all A-Z. I've tried !"A"-"Z"! but I
> can't seem to get that to work.
>
> Thanks for your time.
>
>
I think you have the right idea. You just need to repeat 25 more times - once for each letter you want to delete. You should probably create another edit such as the following - unfortunately I can't test this right now - but at least you should be able to get the idea:
DELCH:^~ [ !A! | !B! | ...(etc.)
[Your edit]: {N} DELCH
Good Luck.
Jeff Harrison
jeffaharrison at yahoo.com
More information about the Filepro-list
mailing list