quoted escaped form of *&)%:""/
quoted escaped form of *&)%:""/
- Subject: quoted escaped form of *&)%:""/
- From: Eric Geoffroy <email@hidden>
- Date: Thu, 20 Jan 2005 15:22:56 -0800
I'm taking the contents of a FMPro cell and echoing it into this awk statement. Problem is that some records have cells containing some unpredictable characters like (), "" / \.
I'd like to extract email addresses from a mess of text. I've been making attempts just using Ascript. It makes the text handling easier, but pulling it off in one line in a shell cmd is nice.
do shell script "echo " & stuff & "| awk -F \":\" '{ for (i=1; i<=NF; i++){ if ($i ~ \"@\" ){ print $5}}}'"
Example mess of text--
name: StanLeetitle: company: email: email@hiddenone: address1: address2: city: state_province: zip_postal: subject: Macromedia Flash MX 2004 for Windows and Macintoshcomments: Hai, i want to start to learn flash for the first time by myself, so is "Macromedia Flash MX 2004 " suitable for me as a beginer or the " Macromedia Flash MX 2004 Advanced " is more suitable, which one better for me ?? Quite confuce with this two study guide. Can you please explain to me what's the different here?? thanks yousubmit.x: 37submit.y: 6
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden