Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip
From: JJ (jjyg_at_adelphia.net)
Date: 02/16/05
- Next message: TonySper: "Re: Word AUtomation"
- Previous message: Ook: "Re: can I count anything besides number of rows with SELECT-SQL COUNT function?"
- In reply to: Andrew Howell: "Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip"
- Next in thread: Andrew Howell: "Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip"
- Reply: Andrew Howell: "Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Feb 2005 12:25:36 -0500
>Sorry, don't have anything to share but I think the way forward is to split
>the text up with the CHR(13) delimiters and then use regex to match the
>fields that aren't empty.
What is regex?
I'm running VFP 6
>I think you'll really struggle to see the difference between lines of an
>address and a name though. If you give me a foreign name and address all
>mixed up I couldn't do it myself [ie brainpower] so programming something is
>going to be even harder!
Conditional logic will go a long way for me.
Say a particular web site yields memlines=4 and I test that
mline(_cliptext,3) contains the word "Phone:" its a good bet that
_cliptext came from this particular web site and that would determine
the contents of Mline(_cliptext,1....2...4) etc.
I think I can get it to work, I'm just struggling with the best
approach.
John "J.J." Jackson
- Next message: TonySper: "Re: Word AUtomation"
- Previous message: Ook: "Re: can I count anything besides number of rows with SELECT-SQL COUNT function?"
- In reply to: Andrew Howell: "Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip"
- Next in thread: Andrew Howell: "Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip"
- Reply: Andrew Howell: "Re: parse website _cliptext for name, email, web URL, phone, cellphone, street, city, zip"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|