QR_MUMPS
Data Types | Functions/Subroutines | Variables
qrm_string_mod Module Reference

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'
 

Detailed Description

This module contains various string handling routines.

Function/Subroutine Documentation

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.

References lcase, and ucase.

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.

References lcase, and ucase.

Variable Documentation

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().