Hi all,

i hope to find someone is good enough for this simple regex pattern and i don't prefer to use wildcards

i need to find those text below:

resolved="false">6

and when find replace it with:

resolved="true">[MT Score:{6}] Additional Comment:

and whatever the number is in the searched segment i want it to be replace in the another segment with same conetxt.

for ex:

resolved="false">6------> resolved="true">[MT Score:{6}] Additional Comment:
resolved="false">4 ------>resolved="true">[MT Score:{4}] Additional Comment:
resolved="false">77 ------>resolved="true">[MT Score:{77}] Additional Comment:
resolved="false">25 ------>resolved="true">[MT Score:{25}] Additional Comment:

Thanks in advance for anyone that can help

Cheers