PHP perl regular expression – URL not preceded by equal sign and possible single or double quote
I'm trying to create a perl regular expression that matches a URL that is not preceded by an equal sign and one single or double quote (optional) ignoring whitespace. The code below gives an error: Warning: preg_replace(): Compilation failed: lookbehind…