I need a regex that will give me the string inside an href tag and inside the quotes also.
For example i need to extract theurltoget.com in the following:
this expression will handle 3 options:
'/href=["\']?([^"\'>]+)["\']?/'