<?php echo preg_replace_callback("/[A-Z]/", function($ma){ return "_".strtolower($ma[0]); }, "userId");
You have javascript disabled. You will not be able to edit any code.