Regex problem - please help.
From: Krakatioison (Krakatioison_at_huh.com)
Date: 07/24/04
- Next message: Greg Burns: "Re: disabling mousewheel on conbobox"
- Previous message: Greg Burns: "Re: CheckedListBox and TabControl problem"
- Next in thread: Ken Tucker [MVP]: "Re: Regex problem - please help."
- Reply: Ken Tucker [MVP]: "Re: Regex problem - please help."
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 24 Jul 2004 09:26:53 -0400
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: Greg Burns: "Re: disabling mousewheel on conbobox"
- Previous message: Greg Burns: "Re: CheckedListBox and TabControl problem"
- Next in thread: Ken Tucker [MVP]: "Re: Regex problem - please help."
- Reply: Ken Tucker [MVP]: "Re: Regex problem - please help."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|