Strip characters without recursive loop
Strip characters without recursive loop
- Subject: Strip characters without recursive loop
- From: Duncan Cowan <email@hidden>
- Date: Tue, 19 Aug 2003 11:52:30 +1000
Hi List
Is it possible to string all non numerical characters from a string, without
looping through each character?
I realise that this is probably not possible.... but it would make my script
run a lot quicker.
Example:
set theString to "1234-56abc"
set theResult to characters of the string whose kind is integer
Just hoping to save a bit of time.
Thanks in advance
D
_______________________________________________
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.