<?php $string = "title-title-title";$arr = explode("-", $string);$ord = array_map('ucfirst', $arr);echo implode("-", $ord);
Standard input is empty
Title-Title-Title
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!