3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 'split fiction (n'; $tokens = array_filter(array_map( function ($string) { return preg_replace("/[^a-zA-Z0-9']/", '', trim($string)); }, explode(' ', $value), )); var_dump($tokens);

preferences:
38.74 ms | 410 KiB | 5 Q