On 2 March 2012 20:16, Brian Devaney <[email protected]> wrote: > ** > I've changed the Respnse Field to Body and that set the reference name > variable to: > > docid="8a8a823435cf9a2c0135d03b08350388" > > The problem is that while it is a hex string, there are many others in the > returned data that resemble it. I need the hex string delimited by "docid=" >
I meant, replace \w+ by [a-f0-9]+ > As a test I had the template set to "$0$" to show the string I was > matching. That is now at $1$ and the proper delimited string is returned. > > Thank you for your prompt reply. It seems my basic mistake was using the > Body (unescaped) option. > > Glad it's sorted.
