I am using a Regex expression to extract the url however I am always getting a extra double quotes at the end. How do we remove the last double quotes. Thanks

(?<=href=").+?(?=")
Instead of regex and all…you can actually use get attribute and get the href property which gives the url
Cheers
Actually I am just trying to extract url . This I got the value from Get attribute.
Using get attribute and get href I got the following value from where I need to extract url.



