Quick question im trying to make a regex pattern to take out the following
<a class="btn btn-primary" data-jobid="14966420" href="/annons/job-title-here/14976320">Läs mer och ansök</a>
<a class="btn btn-primary" data-jobid="14967569" href="/annons/job-title-here/14967569">Läs mer och ansök</a>
I want the href value have tried for about 3 hours now to get the value but i cant really get my head around how regex work. Tried to learn it but never understood it. Still trying though :)
Thanks for any help in advance ;)
\/annons\/(.*?)\"
– Daniel Apr 07 '16 at 02:36.*?)"">(?.*?)
did not save them all