3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filename = '1234_56_78 A_FAIRLY_SHORT_TITLE_D.pdf'; $filename = preg_replace('/\\.[^.\\s]{3,4}$/', '', $filename); $parts = preg_split( "(_| )", $filename ); $project_no = $parts[0]; $series_no = $parts[1]; $sheet_no = $parts[2]; $revision = end($parts); $title = implode(' ',\array_diff_key($parts, array_flip([0,1,2,count($parts)-1]))); echo $title;
Output for git.master, git.master_jit, rfc.property-hooks
A FAIRLY SHORT TITLE

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
120 ms | 405 KiB | 5 Q