嘿傢伙們,所以我正在製作一個腳本來捕捉這個網站上的單詞/結果(http://grecni.com/texttwist.php),所以我已經準備好了http請求,等等。幫助正則表達式/紅寶石
我唯一現在需要的是獲取出來的話,所以我用一個看起來像這樣的HTML源代碼的工作:
<html>
<head>
<title>Text Twist Unscrambler</title>
<META NAME="keywords" CONTENT="Text,Twist,Text Twist,Unscramble,Free,Source,php">
</head>
<body>
<font face="arial,helvetica" size="3">
<p>
<b>3 letter words</b><br>sae sac ess aas ass sea ace sec <p>
<b>4 letter words</b><br>cess secs seas ceca sacs case asea casa aces caca <p>
<b>5 letter words</b><br>cacas casas caeca cases <p>
<b>6 letter words</b><br>access <br><br>
Found 23 words in 0.22962 seconds
<form action="texttwist.php" method="post">
enter scrambled letters and I'll return all word combinations<br>
<input type="text" name="l" value="asceacas" size="20" maxlength="20">
<input type="submit" name="button" value="unscramble">
<input type="button" name="clear" value="clear" onClick="this.form.l.value='';">
</form><p>
<a href=texttwist.phps>php source</a>
- it's kinda ugly, but it's fast<p>
<a href=/>back to my page</a>
</body>
</html>
我試圖獲取諸如「SAE」 「sav」,「secs」,「seas」,「casas」等。
任何幫助?
這是最遠的我已經得到了,不知道是什麼,從這裏做:link text
有什麼建議?幫幫我?
你需要看看這個問題:http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 – 2010-07-31 23:42:41