dc_string::lchar Interface Reference

Private Member Functions

character(string) function lchar (ch)
 

Detailed Description

Definition at line 146 of file dc_string.f90.

Constructor & Destructor Documentation

◆ lchar()

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

Definition at line 1397 of file dc_string.f90.

1397  !
1398  ! 文字列 ch に英字が含まれる場合、その英字を小文字に変換して返します。
1399  ! 英字でない文字や既に小文字になっている文字はそのまま返します。
1400  !
1401  character(len = *), intent(in):: ch
1402  continue
1403  result = ch
1404  call tolower(result)

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