Help for this page

Select Code to Download


  1. or download this
     
    <blockquote>
    <p><b>Joos van Cleve</b> - Lucretia (detail)</p>
    ...
    <p>indeed I am</p>
    <footer><a href
    
  2. or download this
     
    open(FILE, "C:/Users/li/data_collection/posts/165644996453.html");  
    while (<FILE>) {
    ...
        }
    }
    
  3. or download this
    ( /(?<=<p>)(.*)(?=<\/p><footer\>)/s  )
    ( /(?<=<p>)(.*)(?=<\/p>(<footer>))/m )
    ( /(?<=<p>)(.*)(?=<\/p>\s+<footer>)/gm )
    ( /(?<=<p>)(.*)(?=<\/p>\n<footer)/g )