to_lower 接口

public interface to_lower

返回输入字符串持有的字符序列的小写版本

此方法是元素级的,并返回一个新的 string_type 实例,其中包含此小写字符序列


模块过程

private elemental function to_lower_string(string) result(lowercase_string)

将输入字符串持有的字符序列转换为小写

参数

类型 意图可选 属性 名称
type(string_type), intent(in) :: string

返回值 type(string_type)