How to set #string into value having the same regex in karate

I am trying to set #string into value having the same regex in karate, as following: I have sampleXML: <Addresses> <Address Id="AD1"> <StreetNum>0001</StreetNum> </Address> <Address Id="BR9"> <StreetNum>0002</StreetNum> </Address> … </Addresses> From the above xml example, I will set #string into value having the same regex, as following: * string temp = sampleXML * xml report… Read More How to set #string into value having the same regex in karate