to_upper Interface

public interface to_upper

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

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

Calls

interface~~to_upper~2~~CallsGraph interface~to_upper~2 to_upper proc~to_upper_string to_upper_string interface~to_upper~2->proc~to_upper_string proc~maybe maybe proc~to_upper_string->proc~maybe to_upper_ to_upper_ proc~to_upper_string->to_upper_

Module Procedures

private elemental function to_upper_string(string) result(uppercase_string)

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

Arguments

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

Return Value type(string_type)