I am getting the text from the body of an HTML doc as below. When I try to regex scan for the term "Exhibit 99", I get an no matched, i.e, an empty array. However, in the html, I do see "Exhibit 99", although inspect element shows it with  99. How can I get rid of these HTML characters and search for "Exhibit 99" as if it were a regular string?I am getting the text from the body of an HTML