Hi there. <br>
<br>
I'm trying to transform text strings into URLS, but only if they start with any character apart from a " character.<br>
<br>
So far, I've tried ...<br>
<br>
(?:[^"]¦)( ......<br>
<br>
Which I thought would match the http:// as long as there wasn't a quote in front of it. However, it still matches (not sure why to be honest)
<br>
I'm trying to transform text strings into URLS, but only if they start with any character apart from a " character.<br>
<br>
So far, I've tried ...<br>
<br>
(?:[^"]¦)( ......<br>
<br>
Which I thought would match the http:// as long as there wasn't a quote in front of it. However, it still matches (not sure why to be honest)