$orig_string = "This is Test and CAPITAL";
$string_len = length( $orig_string );
print "Length of String is : $string_len\n";