Relative Content

Tag Archive for javascriptreactjsregex

How can i create a Regex which will match and return string where sentence starts and ends with particular word

I need Regex to match this string response
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns:listUserResponse xmlns:ns="http://www.cisco.com/AXL/API/10.5"><user uuid="{5F2FC2B1-E1FD-B7CE-2416-AD071FA1AD0B}"><firstName>Emin</firstName><lastName>Aliyev</lastName><userid>Testemin</userid></user></ns:listUserResponse></soapenv:Body></soapenv:Envelope>