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