gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dc_string::lchar Interface Reference

Public Member Functions

character(string) function lchar (ch)
 

Detailed Description

Definition at line 192 of file dc_string.f90.

Constructor & Destructor Documentation

◆ lchar()

character(string) function dc_string::lchar::lchar ( character(len = *), intent(in)  ch)

Return lowercase copy of string

Returns a copy of ch with all uppercase letters converted to lowercase. Non-alphabetic characters and already lowercase characters are unchanged.

Parameters
[in]chString to convert
Returns
Lowercase string

Definition at line 1808 of file dc_string.f90.

1809 character(len = *), intent(in):: ch
1810 continue
1811 result = ch
1812 call tolower(result)

The documentation for this interface was generated from the following file: