document.write('<div class="c" style="font-family: monospace;">Dim strippedString As <span style="color: #993333;">String</span> = Regex.<span style="color: #202020;">Replace</span><span style="color: #66cc66;">&#40;</span>htmlString, <span style="color: #ff0000;">&quot;&lt;(.|<span style="color: #000099; font-weight: bold;">\n</span>)*?&gt;&quot;</span>, <span style="color: #993333;">string</span>.<span style="color: #202020;">Empty</span><span style="color: #66cc66;">&#41;</span><br />');
document.write('<br />');
document.write('<span style="color: #ff0000;">\'this will strip anything found in HTML tags.<br />');
document.write('\'</span><span style="color: #66cc66;">&#40;</span>.|\n<span style="color: #66cc66;">&#41;</span> -- Finds any character including the new line character<br />');
document.write('<span style="color: #ff0000;">\' *?&nbsp; -- 0 or more occurences and the match will stop at the first occuring &quot;&gt;&quot; it sees </span></div>');
document.write('<br />&nbsp;<br /><div style="font-size: 12px">Brought to you by the community at <a href="http://www.bytemycode.com/snippets/snippet/25/1/" target="_blank">byteMyCode</a>.</div>');
