I want to get "localhost" (or whatever text) inside this string:
XML-Execute-Result: <host>localhost</host>
I want a general method, like a way to reuse an expression value (like with sed in linux)
sed 's/*[0-9]$/\$&/'
Thank you very much for any reply