gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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)

大文字に変換した文字列を返す

文字列 ch に英字が含まれる場合、その英字を大文字に変換して返します。 英字でない文字や既に大文字になっている文字はそのまま返します。

Parameters
[in]ch変換する文字列
Returns
大文字に変換された文字列

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: