I'm trying to find a CSS URL using a regex but having no experience with it, and I'm lost.
After research , I've made this:
^(href)([\S]*(\.css))(\")$
but it works only with
href="/media/system/css/modal.css"
and I've got to find it in:
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
or
<link rel="stylesheet" href="http://www.campingbellavista.ch/compon [...] k2/css/k2.css" type="text/css" />