3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tests = [ 'Blah blah blah. THIS SENTENCE SHOULD BE SELECTED [bbcode] text', 'THIS SENTENCE SHOULD BE SELECTED [bbcode] text', 'A trick sentence. And another. THIS SENTENCE SHOULD BE SELECTED [bbcode]] text' ]; foreach ($tests as $test) { var_export(preg_match('/ *\K[^.]+?(?=\s+\[bbcode])/i', $test, $m) ? $m[0] : 'no match'); echo "\n---\n"; }

preferences:
150.52 ms | 405 KiB | 5 Q