title_case Function

public pure function title_case(value) result(output)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: value

Return Value character(len=:), allocatable