Note that there are some explanatory texts on larger screens.

plurals
  1. PORegEx strip html tags problem
    primarykey
    data
    text
    <p>I've tried to strip html tags using regex replace with pattern "&lt;[^>]*>" from word generated html that looks like this:</p> <p>&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;<a href="http://www.w3.org/TR/REC-html40&quot;&amp;gt" rel="nofollow noreferrer">http://www.w3.org/TR/REC-html40&quot;&amp;gt</a>;</p> <p>&lt;head&gt; &lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-2&quot;&gt; &lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt; &lt;!--[if !mso]&gt; &lt;style&gt;</p> <p><strong>v:* {behavior:url(#default#VML);}</strong></p> <p><strong>o:* {behavior:url(#default#VML);}</strong></p> <p><strong>w:* {behavior:url(#default#VML);}</strong></p> <p><strong>.shape {behavior:url(#default#VML);}</strong></p> <p>&lt;/style&gt; &lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; downloadurl=&quot;<a href="http://www.5iantlavalamp.com/&quot;/&amp;gt" rel="nofollow noreferrer">http://www.5iantlavalamp.com/&quot;/&amp;gt</a>; &lt;!--[if !mso]&gt; &lt;style&gt;</p> <p><strong>st1:*{behavior:url(#default#ieooui) }</strong></p> <p>&lt;/style&gt; &lt;![endif]--&gt; &lt;style&gt; &lt;!-- /* Font Definitions <em>/ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} /</em> Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:&quot;Times New Roman&quot;;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal; font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --&gt; &lt;/style&gt;</p> <p>&lt;/head&gt;</p> <p>Everything works fine except for the bolded lines above, anybody got ideas how to match the them to?</p> <p>Thanks,</p> <p>Aleksandar</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