hi,
i need to find and replace patterns in a string with a dynamically generated content.
lets say i want to find all strings within '' in the string and double the string. a string like:
my 'cat' is 'white'
should become my 'catcat' is 'whitewhite'
all matches could also appear twice in the string.
thank you