Toggle navigation
fortran-stack/easy_string
Contents
Source File
Modules
Procedures
Source File
Modules
Procedures
to_lower
Function
13 statements
Source File
easy_string.f90
easy_string_m
to_lower
Contents
None
public elemental function to_lower(x) result(y)
Make a string lowercase
Arguments
Type
Intent
Optional
Attributes
Name
character,
intent(in)
::
x
Input string
Return Value
character
Contents
None