fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_lowercase
Function
13 statements
Source File
fortplot_utils.f90
fortplot_utils
to_lowercase
Contents
public function to_lowercase(input) result(output)
Convert string to lowercase
@param input: Input string @return output: Lowercase string
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
input
Return Value
character(len=len)