<?php

$str = 'https://v...content-available-to-author-only...1.com/ https://v...content-available-to-author-only...2.com/ https://v...content-available-to-author-only...3.com/
https://content-available-to-author-only.com/ https://content-available-to-author-only.com/ https://content-available-to-author-only.com/';
$re = '/(?<!=")(\b[\w]+:\/\/[\w-?&;#~=\.\/\@]+[\w\/])/i';
echo preg_replace($re, '<a href="$1" target="_blank">$1</a>', $str);