
May 23rd, 2009, 06:42 AM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 1
Time spent in forums: 19 m 35 sec
Reputation Power: 0
|
|
How ot formulate a REGEX for this?
Hi
Let say i have an html codes below,
Code:
<html>
<head>
</head>
<body>
<h4>this is H4 heading one</h4>
<a href="domain.com">one</a>
<a href="domain.com">two</a>
<a href="domain.com">three</a>
<h4>this is H4 heading two</h4>
</body>
</html>
What i want is to get all the link between H4 heading one and H4 heading two.
Can you show me the right REGEX syntax for this please.
Thank you in advance.
|