PHP- Kodu:
<?php
$kelime = '<a href="showthread.php?t=315343" id="thread_title_315343" style="font-weight:bold">klasic cars</a>';
$regex = '#title_(.*)" style="font-weight:bold">(.*)<#si';
preg_match($regex, $kelime, $sonuc);
echo $sonuc[1];
echo "<br>";
echo $sonuc[2];
?>
hallettim.. belki ihtiyacı olan olursa

