I have data in the following format.I need to strip all the data that appears before <s:Envelope
.
HTTP/1.1 100 Continue
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Fri, 05 May 2017 09:52:02 GMT
Content-Length: 338962
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body><RetrieveStoredRoutesResponse xmlns="http://schema.website.com">
How can I do this using regular expression?