using the htmlagility pack, how would I scan through the following html code and find the text" Devices 1"http://forums.asp.net/t/1733386.aspx/1?using+the+htmlagility+pack+how+would+I+scan+through+the+following+html+code+and+find+the+text+Devices+1+Mon, 24 Oct 2011 16:01:50 -040017333864652284http://forums.asp.net/p/1733386/4652284.aspx/1?using+the+htmlagility+pack+how+would+I+scan+through+the+following+html+code+and+find+the+text+Devices+1+using the htmlagility pack, how would I scan through the following html code and find the text" Devices 1" <p>I know that I can use regular expressions and probably have to do a combination in this case of using the HtmlAgility pack nodes and regular expressions.&nbsp;&nbsp; How would I find the text &quot;Devices 1&quot; in the following HTML code.&nbsp; Thanks</p> <pre class="prettyprint">&lt;div id=&quot;wrapper&quot;&gt; &lt;div id=&quot;html-menu&quot; class=&quot;nonFlashNav&quot;&gt; &lt;div class=&quot;navMenu&quot;&gt; &lt;div class=&quot;mainMenuDiv currentCategory activeNav&quot;&gt; &lt;a href=&quot;/Global/en-US/Products.html&quot;&gt; &lt;div class=&quot;navMenuItem mainMenuItem&quot;&gt;&lt;b&gt;My EQUIPMENT&lt;/b&gt;&lt;/div&gt; &lt;/a&gt;&lt;div class=&quot;subMenuDiv&quot;&gt; &lt;a href=&quot;/Global/en-US/Products/Equipment.html&quot;&gt; &lt;div class=&quot;navMenuItem&quot;&gt;&lt;b&gt;My Devices&lt;/b&gt;&lt;/div&gt; &lt;/a&gt;&lt;div class=&quot;subMenuDiv currentPage&quot;&gt; &lt;a&gt; &lt;div class=&quot;navMenuItem&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/div&gt; &lt;/a&gt;&lt;div class=&quot;subMenuDiv&quot;&gt; &lt;a href=&quot;/Global/en-US/Products/Clubs/Drivers/Device1.html&quot;&gt; &lt;div class=&quot;navMenuItem&quot;&gt;&lt;b&gt;Devices 1 &lt;/b&gt;&lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;</pre> 2011-10-24T16:01:50-04:00