Re: Strip characters without recursive loop
Re: Strip characters without recursive loop
- Subject: Re: Strip characters without recursive loop
- From: Emmanuel <email@hidden>
- Date: Wed, 20 Aug 2003 21:38:24 +0200
At 3:01 PM +0200 20/08/03, Emmanuel wrote:
>
>set s to "1234-56abc"
>
>do shell script "perl -e '
>
>$_= q~" & s & "~ ; s~[^\\d]~~g ; print '"
>
>
This makes an error on my machine (I am testing with a piece of text of 31,000 characters).
I tried again with a small string, it works, so it's just some size limitation.
Emmanuel
_______________________________________________
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.