Re: Strip characters without recursive loop
Re: Strip characters without recursive loop
- Subject: Re: Strip characters without recursive loop
- From: Duncan Cowan <email@hidden>
- Date: Wed, 20 Aug 2003 07:24:39 +1000
>
From: Jean-Baptiste LE STANG <email@hidden>
>
Date: Tue, 19 Aug 2003 10:20:10 +0200
>
To: David Hood <email@hidden>
>
Cc: email@hidden
>
Subject: Re: Strip characters without recursive loop
>
>
>
Using satimage osax, you can do :
>
>
change "[^(1-9)]" into "" in "aze213aze456" with regexp
>
--> "213456"
>
@+ JB
Learning a lot... thanks for your responses.
This is solution is perfect for my current needs.
Sorry for not mentioning it (bad bad bad) but I needed the script to
function in OS 9.
and apologies for my incorrect use of the scripting terminology. [recursive]
However I am confused by John Delacore's response:
>
A perfect example of why NEVER to use "the..." at the beginning of a
>
variable name.
I have quite a few scripts lying around that use "the..." at the start of
the variable name....
does this cause conflict with some additions?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.