Re: AppleScript and shell scripting
Re: AppleScript and shell scripting
- Subject: Re: AppleScript and shell scripting
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 25 Jul 2007 16:39:57 -0400
I hate to interrupt the philosophical debate with a technical question, but something niggled at me about has's solution:
tell application "TextCommands"
repeat with fileName in allFileNames
if check fileName matches "l325010[a-z].*" then
set end of matchingFileNames to fileName
end if
end repeat
end tell
May I infer from the above that TextCommands "matches" patterns are automatically anchored (that is, required to match the entire string)?
--
Mark J. Reed <
email@hidden>
_______________________________________________
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