strings module reference

<undocumented>

More…

Data Types

delim_list_item_t

<undocumented>

delim_list_t

<undocumented>

Functions/Subroutines

split_on_delim()

lowerc()

upperc()

tolower()

toupper()

valid_file_name()

str_toint()

str_toreal()

str_tab2space()

split_on_sep()

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

atm_f_data::parse_time_units

function strings/lowerc(strng) [)]
function strings/upperc(strng) [)]
subroutine strings/tolower(chin, chout)
Called from

atm_f_data::parse_time_units

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)