3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string1 = '05% off'. '<br/>'; $string2 = '03% Off'. '<br/>'; $string3 = '50% OFF'. '<br/>'; $string4 = '50% oFf'. '<br/>'; $firstsub = substr( $string1, 4 ); $secondsub = substr( $string2, 4 ); $threesub = substr( $string3, 4 ); $foursub = substr( $string3, 4 ); var_dump($firstsub, $secondsub, $threesub, $foursub); ?>

preferences:
42.04 ms | 402 KiB | 5 Q