<div>Hello,</div>
<div> </div>
<div> </div>
<div>I have a text file with the following string:</div>
<div>['\r\n', 'Pinging <a href="http://www.ebayyy.com/">www.ebayyy.com</a> [<a href="http://207.189.104.86">207.189.104.86</a>] with 32 bytes of data:\r\n', '\r\n', 'Request timed out.\r\n', '\r\n', 'Ping statistics for 
207.189.104.86:\r\n', '    Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),\r\n']</div>
<div> </div>
<div> </div>
<div>How would I search to find out if the string contained "Request" and report if "Request" was found or not in the string?</div>