3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "PHP [gallery-1]. [gallery-2]"; if (preg_match_all("/\bgallery-\b/i", $text, $matches, PREG_OFFSET_CAPTURE)) { print_r($matches); foreach($match as $matches) { print_r($match); } // $position = $matches[0][0][1]; } else { echo "A match was not found."; }

preferences:
33.02 ms | 402 KiB | 5 Q