This module contains various string handling routines. More...
Data Types | |
interface | qrm_str_tolower |
interface | qrm_str_toupper |
Public Member Functions | |
character(len=len(string)) function | qrm_str_tolower (string) |
character(len=len(string)) function | qrm_str_toupper (string) |
Public Attributes | |
character(len=*), parameter | lcase ='abcdefghijklmnopqrstuvwxyz' |
character(len=*), parameter | ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
This module contains various string handling routines.
Definition at line 36 of file qrm_string_mod.F90.
character(len=len(string)) function qrm_string_mod::qrm_str_tolower | ( | character(len=*), intent(in) | string | ) |
Definition at line 52 of file qrm_string_mod.F90.
References i.
character(len=len(string)) function qrm_string_mod::qrm_str_toupper | ( | character(len=*), intent(in) | string | ) |
Definition at line 70 of file qrm_string_mod.F90.
References i.
character(len=*), parameter qrm_string_mod::lcase ='abcdefghijklmnopqrstuvwxyz' |
Definition at line 39 of file qrm_string_mod.F90.
character(len=*), parameter qrm_string_mod::ucase ='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
Definition at line 40 of file qrm_string_mod.F90.