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($matches as $match) { print_r($match); } // $position = $matches[0][0][1]; } else { echo "A match was not found."; }

preferences:
57.42 ms | 402 KiB | 5 Q