strings module reference¶
<undocumented>
Data Types¶
<undocumented> |
|
<undocumented> |
Functions/Subroutines¶
Detailed Description¶
<undocumented>
Type Documentation¶
-
type
strings/delim_list_item_t¶ - Type fields
%delim[character(len=1),private]%item[character(len=256),private]
-
type
strings/delim_list_t¶ - Type fields
%list[type( delim_list_item_t ),pointer, private]
Function/Subroutine Documentation¶
-
subroutine
strings/split_on_delim(list, nlist, strng_in, delim1, delim2)¶ - Called from
-
function
strings/lowerc(strng) [)]¶
-
function
strings/upperc(strng) [)]¶
-
subroutine
strings/tolower(chin, chout)¶ - Called from
-
subroutine
strings/toupper(chin, chout)¶
-
function
strings/valid_file_name(name_in) [character(len=1024)]¶
-
function
strings/str_toint(F_int, F_str_S) [integer]¶
-
function
strings/str_toreal(F_real, F_str_S) [integer]¶
-
subroutine
strings/str_tab2space(F_str)¶
-
subroutine
strings/split_on_sep(F_part1, F_part2, F_str, F_sep)¶