gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_string::uchar Interface Reference

Public Member Functions

character(string) function uchar (ch)

Detailed Description

Definition at line 189 of file dc_string.f90.

Constructor & Destructor Documentation

◆ uchar()

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

Return uppercase copy of string

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

Parameters
[in]chString to convert
Returns
Uppercase string

Definition at line 1785 of file dc_string.f90.

1786 character(len = *), intent(in):: ch
1787 continue
1788 result = ch
1789 call toupper(result)

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