I am using the following code Local $pageSource = _IEDocReadHTML($ie) ;THIS THING IS HUUUUUUUUUUUUUUUUGE (~300k chars) From the above, I need to search for about 50 occurrences of <h3 class='heading_title'> <a href="GYBERISH_ALPHANUMERIC_HERE"></a> When I find <h3 class='heading_title'>, I want to strip the next line with ". That would give me an array of size 3, with the 2nd element being what I need. However, upon doing the above, I wis