3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = ' \mathrm{ABCdef123} none ABCdef123 \mathit{ABCdef123} none \mathnormal{ABCdef123} none \mathcal{ABC} '; $x = array_filter(preg_split('/\s+/', $x)); usort($x, function ($a, $b) { return strcmp(strtolower($a), strtolower($b)); }); foreach ($x as $xx) { echo $xx, "\n"; }

preferences:
40.04 ms | 402 KiB | 5 Q