Dears,
I've tried "\b \b"
and (.*)["]
to get the regex which lets me select the url starting with "my.website" and ends with "myfile" for this URL in source code:
<a class="URL" href="http://my.website.com/a/b/cdefghijklmnopqrstuvwxyz/myfile" target="_blank">
any ideas please!