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


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)