Re: Parsing Strings
Re: Parsing Strings
- Subject: Re: Parsing Strings
- From: "Justin Laden" <email@hidden>
- Date: Thu, 17 Jan 2008 16:38:49 -0500
Emmanuel,
I tried your advice, but came up empty. Could you tell me what I'm doing wrong?
My code:
repeat with i from 1 to (descriptionRange)
try
--find text "^[a-zA-Z][0-9]{4}" in item i of descriptionRange with regexp
--copy text "^[a-zA-Z][0-9]{4}" in item i of descriptionRange with
regexp to item i of jobNumRange
-- found
on error
-- not found
end try
end repeat
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden