Re: Regex problem - please help.
From: Ken Tucker [MVP] (vb2ae_at_bellsouth.net)
Date: 07/24/04
- Next message: Ricky W. Hunt: "Re: Comparing vs. Assigning"
- Previous message: Steve Cutting: "Re: CheckedListBox and TabControl problem"
- In reply to: Krakatioison: "Regex problem - please help."
- Next in thread: Krakatioison: "Re: Regex problem - please help."
- Reply: Krakatioison: "Re: Regex problem - please help."
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 24 Jul 2004 10:14:26 -0400
Hi,
Check out regexlib.org. Has a ability to search for regex and link
to the regulator a regex tester.
http://www.regexlib.com/Default.aspx
http://www.regexlib.com/Search.aspx?k=html
Ken
---------------------
"Krakatioison" <Krakatioison@huh.com> wrote in message
news:4102643f$1_1@Usenet.com...
My problem is simple, but I spent lot of time playing with regex and I am
going nuts.
I need to automatically (many times per day) extract HEADING and
DESCRIPTION from the html code below?
HTML CODE:
<a href="http://www.mylink.com">HEADING</a><br>DESCRIPTION<br>
I am able to get the link already using this regex command:
"a.*href\s*=\s*(?:""(?<1>[^""]*)""|(?<1>\S+))"
Can someone write REGEX command to get HEADING and DESCRIPTION.
Please, it would be really appreciated.
K.
- Next message: Ricky W. Hunt: "Re: Comparing vs. Assigning"
- Previous message: Steve Cutting: "Re: CheckedListBox and TabControl problem"
- In reply to: Krakatioison: "Regex problem - please help."
- Next in thread: Krakatioison: "Re: Regex problem - please help."
- Reply: Krakatioison: "Re: Regex problem - please help."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|