dc_string::uchar Interface Reference

Private Member Functions

character(string) function uchar (ch)
 

Detailed Description

Definition at line 142 of file dc_string.f90.

Constructor & Destructor Documentation

◆ uchar()

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

Definition at line 1386 of file dc_string.f90.

1386  !
1387  ! 文字列 ch に英字が含まれる場合、その英字を大文字に変換して返します。
1388  ! 英字でない文字や既に大文字になっている文字はそのまま返します。
1389  !
1390  character(len = *), intent(in):: ch
1391  continue
1392  result = ch
1393  call toupper(result)

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