Note that there are some explanatory texts on larger screens.

plurals
  1. POextract the first fully formed sentence from a html dump of a webpage
    primarykey
    data
    text
    <p>I am developing an application using PHP that extracts all sentences from another webpage using CURL to do so. though i am able to extract all data, i am finding difficulties extracting a fully formed sentence. i have referred to all the related questions and dint help me exactly the way i wanted. Please advice</p> <p>html content from where i need to extract a fully formed sentence</p> <pre><code>&lt;p&gt;&lt;font size="1" color="#C0C0C0"&gt;© Copyright &lt;br&gt;&lt;/font&gt;&lt;a href="http://www.dddddd.com" target="_blank"&gt;&lt;font size="1" color="#C0C0C0"&gt;apple orange Ltd&lt;/font&gt;&lt;/a&gt;&lt;font size="1"color="#C0C0C0"&gt;&lt;a href="http://sm2.dddd.com/stats.asp?site=sm2ph0t0" target="_top"&gt;&lt;img src="http://sm2.dddd.com/meter.asp?site=sm2ph0t0" alt="Site Meter" border=0&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="24"&gt;&lt;/td&gt;&lt;!--msnavigation--&gt;&lt;td valign="top"&gt;&lt;p align="center"&gt;&lt;a href="http://www.orangeapple.com" target="_blank"&gt;&lt;img border="0" src="asddaf.jpg" alt="Sponsored by Ace Murder Mystery" width="85" height="121"&gt;&lt;/a&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;&lt;b&gt;&lt;u&gt;Posters&lt;/u&gt;&lt;/b&gt;&lt;br&gt;&lt;font size="3" color="#008080"&gt;To find a large selection of jay joes prints and posters including framing options, please type the word..&lt;font color="#996633"&gt; asdasd &lt;/font&gt;&lt;/a&gt;&lt;font color="#996633"&gt;&amp;nbsp;&lt;/font&gt; in the box below:&lt;br&gt;&lt;b&gt; </code></pre> <p>Basically if you notice there are lots of irrelavant sentences that might come out. i would want to extract a sentence from the above which has a minimum of "6" words in a string i should get "To find a large selection of jay joes prints and posters" as an output.</p> <p>Thanks, Jay</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload