QR_MUMPS
|
This module contains various string handling routines. More...
Data Types | |
interface | qrm_str_tolower |
interface | qrm_str_toupper |
Functions/Subroutines | |
character(len=len(string)) function | qrm_str_tolower (string) |
character(len=len(string)) function | qrm_str_toupper (string) |
Variables | |
character(len=*), parameter | lcase ='abcdefghijklmnopqrstuvwxyz' |
character(len=*), parameter | ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
This module contains various string handling routines.
character(len=len(string)) function qrm_string_mod::qrm_str_tolower | ( | character(len=*), intent(in) | string | ) |
Definition at line 53 of file qrm_string_mod.F90.
character(len=len(string)) function qrm_string_mod::qrm_str_toupper | ( | character(len=*), intent(in) | string | ) |
Definition at line 71 of file qrm_string_mod.F90.
character(len=*), parameter qrm_string_mod::lcase ='abcdefghijklmnopqrstuvwxyz' |
Definition at line 39 of file qrm_string_mod.F90.
Referenced by qrm_str_tolower(), and qrm_str_toupper().
character(len=*), parameter qrm_string_mod::ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
Definition at line 40 of file qrm_string_mod.F90.
Referenced by qrm_str_tolower(), and qrm_str_toupper().