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

Calls

interface~~to_title~2~~CallsGraph interface~to_title~2 to_title proc~to_title_string to_title_string interface~to_title~2->proc~to_title_string proc~maybe maybe proc~to_title_string->proc~maybe to_title_ to_title_ proc~to_title_string->to_title_

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)