<?php echo preg_replace_callback('~(?:^|_)[A-Z]\K[A-Z]+~', function($m){ return strtolower($m[0]);}, 'FIRST_SECOND_THIRD');
You have javascript disabled. You will not be able to edit any code.