Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Reg
ular
Ex
pressions
101
Reg
ular
Ex
pressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
((?:(?:ht|f)tps?:\/\/|www)[^\s,?!]+(?!.*<\/a>))
/
gm
Input 1
1
New
http://www.example.com http://www.example.com/test http://example.com/test www.example.com/test https://www.example.com <a href="http://www.example.com">http://www.example.com </a> <a href="http://www.example.com/test">http://www.example.com/test </a> <a href="http://example.com/test">http://example.com/test </a> <a href="www.example.com/test">www.example.com/test </a> <a href="www.example.com/test"><img src="www.example.com/test,jpg" /></a>
Substitution