Code: Select all
<b data-uidv="userid1">user full name1</b> likes <b data-uidv="userid2">user full name2</b>Code: Select all
<b data-uidv="userid1">user full name1</b>I would need to recompose the original string with the replacements each made one by one for the matches with a regex.
I am not good at regex, and have tried learning without success.
Thanks