to_lower Interface

public interface to_lower

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

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

Calls

interface~~to_lower~2~~CallsGraph interface~to_lower~2 to_lower proc~to_lower_string to_lower_string interface~to_lower~2->proc~to_lower_string proc~maybe maybe proc~to_lower_string->proc~maybe to_lower_ to_lower_ proc~to_lower_string->to_lower_

Module Procedures

private elemental function to_lower_string(string) result(lowercase_string)

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

Arguments

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

Return Value type(string_type)