Quote:
Originally Posted by KevinH
Actually, the url keyword should already be one of the things we catch anyway. We may just want to remove content properties from the regular expression completely, right?
|
No. That first expression defines which property's values need to captured and searched for urls using the second expression. If we remove it completely. The content property will never be searched for urls.