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


Contents


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

TypeIntentOptionalAttributesName
type(string_type), intent(in) :: string

Return Value type(string_type)