to_lowercase Subroutine

public subroutine to_lowercase(str)

Convert string to lowercase in-place

Arguments

Type IntentOptional Attributes Name
character(len=:), intent(inout), allocatable :: str