Hi guys,
I need to find any URL (in red) inside this sentence:
<link rel="image_src" href="any URL"
But it cannot be at any circunstante this one:
<link rel="image_src" href="http://s1. trrsf. com .br/atm/3/core/_img/terra-logo-white-bg-v2 .jpg"
I'm using this regex but it finds everything:
<link rel="image_src" href="([^\"]+)"
Any advice?
