to_title Interface

public interface to_title

Returns the titlecase version of the character sequence hold by the input string

This method is Elemental and returns a new string_type instance which holds this titlecase character sequence


Module Procedures

private elemental function to_title_string(string) result(titlecase_string)

Convert the character sequence hold by the input string to title case

Arguments

Type IntentOptional Attributes Name
type(string_type), intent(in) :: string

Return Value type(string_type)