<?php $className = 'getADog'; $result = strtolower(preg_replace('/[a-zA-Z]\K(?=[A-Z])/', '-', $className)); echo $result;
You have javascript disabled. You will not be able to edit any code.