lowercase Interface

public interface lowercase

Capital to lowercase


Module Procedures

public pure function lowercaseChar(line) result(ret)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: line

Return Value character(len=:), allocatable

public pure function lowercaseString(line) result(ret)

Arguments

Type IntentOptional Attributes Name
type(string_), intent(in) :: line

Return Value character(len=:), allocatable