So I want to get the link in this html code and I have tried using regex for it
<div class="title" onclick="ta.setEvtCookie('Search_Results_Page', 'POI_Name', '', 0, '/Attraction_Review-g1787072-d2242305-Reviews-Lake_Travis_Zipline_Adventures-Volente_Texas.html')"><span>Lake Travis <span class="highlighted">Zipline</span> Adventures</span></div>
I have done this so far but this isn't catching till the end part
/Attraction_Review-\w+-\w+-\w+
it only catches
/Attraction_Review-g1787072-d2242305-Reviews
How can I make it catch till the .html part?
I want it to catch the whole link
Also, the link is being generated dynamically so there isnt any fixed length