<?php $text = 'test //ita https://example.com lics// test // another // one'; $regex = '~(?<!https:|http:)//\s*((?:https?://|(?!//).)*)(?<!\s)\s*//~'; preg_match_all($regex, $text, $matches); var_export($matches[1]);
You have javascript disabled. You will not be able to edit any code.