AppleScript Whose Clause
September 22, 2003 07:59 PM
AppleScript filtered references: An elegant syntax for stream or list filters (ala grep).
AppleScript ‘Whose’ Clauses:
tell application "BBEdit"
tell window 1
set my_list to every word whose characters contains "z"
end tell
end tell