Extract and replace named group regex
- by user557670
I was able to extract href value of anchors in an html string. Now, what I want to achieve is extract the href value and replace this value with a new GUID. I need to return both the replaced html string and list of extracted href value and it's corresponding GUID.
Thanks in advance.
My existing code is like:
Dim sPattern As String =…