Routines for handling strings: More...
Functions/Subroutines | |
pure character(len=len(input_string)) function, public | lower_case (input_string) |
Convert stringo to lower case. | |
pure logical function, public | string_in_array (string, array) |
Is string somewhere in array? | |
pure integer function, public | string_loc_in_array (string, array) |
what is the location of a string in an array | |
Variables | |
character(len=26), parameter | lower_case_chars = 'abcdefghijklmnopqrstuvwxyz' |
character(len=26), parameter | upper_case_chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' |