<?php $text1 = "prefix:"; $text2 = "prefix: The quick brown fox"; var_dump(substr($text1, 8)); var_dump(substr($text2, 8));
You have javascript disabled. You will not be able to edit any code.