Please anyone can do a Regex !!! (1 Viewer)

Schenk2302

Portal Pro
September 12, 2008
50
14
Bonn
Home Country
Germany Germany
Hi everybody,

maybe someone, who got some time, is able to do me a favor with making the same regexes as these:

<set name="rx_search_results">
<![CDATA[
href="/pelicula/(?<movieID>[^/]+)[^>]+>(?<movieTitle>[^<]+)[^\(]+\((?<movieYear>[^\)]+)\)</li
]]>
</set>

<set name="rx_search_titles_years">
<![CDATA[
<h1>(?<movieTitle>[^\(]+)[^\d]+(?<movieYear>[\d]+)
]]>
</set>

<set name="rx_verify_ID">
<![CDATA[
^\d+$
]]>
</set>
:

-------------------------------------------------------------------------------------------------------------------------------
FOR THIS:

<li class="c5b"><span class="orange_dfett">| </span>Kinofilme: 64 Ergebnisse</li>

</ul>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<colgroup>
<col width="35px" />
<col width="*" />
<col width="12%" />
<col width="10%" />
</colgroup>
<tr>

<td class="c1b oben mitte"> <a href="/kino/46263/the_power/filmdetails.html">
<img src="bild.php?fid=46263" border="0" /></a>
</td>
<td class="c1bb oben" colspan="2"><a href="/kino/46263/the_power/filmdetails.html">
<b title="The Power" class="headline">The Power</b></a><br>
OT: Mah-Aut<br> Action&nbsp;|&nbsp; Thailand&nbsp;|&nbsp; 2003 </td>

<td class="c1bb oben rechts"><img src="/image/pfeile/orange_gross.gif" />
<a href="/kino/46263/the_power/filmdetails.html">Details</a></td>

</tr>
<tr>
<td class="c1b oben mitte"> <a href="/kino/27326/gun_power/filmdetails.html">
<img src="bild.php?fid=27326" border="0" /></a>
</td>
<td class="c1bb oben" colspan="2"><a href="/kino/27326/gun_power/filmdetails.html">

<b title="Gun Power" class="headline">Gun Power</b></a><br>
OT: The End<br> USA&nbsp;|&nbsp; 1995 </td>
<td class="c1bb oben rechts"><img src="/image/pfeile/orange_gross.gif" />
<a href="/kino/27326/gun_power/filmdetails.html">Details</a></td>

I really appreciate if someone could help here :D:D:D

Best Regards

Schenk
 

Users who are viewing this thread

Top Bottom