<?php $chars = ["A", 1, 2, "h", "m", "E", "D"]; echo mb_convert_case( implode( array_filter( $chars, 'is_string' ) ), MB_CASE_TITLE );
You have javascript disabled. You will not be able to edit any code.