<?php $snake = 'SnAkE_cAsE'; $camel = lcfirst(implode('', array_map('ucfirst', explode('_', strtolower($snake))))); echo $camel;
You have javascript disabled. You will not be able to edit any code.