<?php $sentence = 'This www.google.com is the http://www.facebook.com website that https://www.amazon.com make me awesome'; $pattern = '@((https?://)?([-\\w]+\\.[-\\w\\.]+)+\\w(:\\d+)?(/([-\\w/_\\.]*(\\?\\S+)?)?)*)@'; preg_match_all($pattern, $sentence, $matchFound); echo '<pre>'; print_r($matchFound[0]);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`