Re: limiting numeric runs
Re: limiting numeric runs
- Subject: Re: limiting numeric runs
- From: has <email@hidden>
- Date: Thu, 9 Jan 2003 12:04:18 +0000
Paul Skinner wrote:
I need to limit the length of numeric runs in a given text. Does anyone
have a suggestion as to a non-looping solution?
Using regular expressions, c/o Satimage OSAX:
change "([[:digit:]]{4})[[:digit:]]+" into "\\1" in str with regexp
has
--
http://www.barple.pwp.blueyonder.co.uk -- The Little Page of AppleScripts
_______________________________________________
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.