Procedures

ProcedureLocationProcedure TypeDescription
adjustlstringifor_string_tInterface

Builtin adjustl overloading.

adjustrstringifor_string_tInterface

Builtin adjustr overloading.

basedirstringifor_string_tFunction

Return the base directory name of a string containing a file name.

Read more…
basenamestringifor_string_tFunction

Return the base file name of a string containing a file name.

Read more…
camelcasestringifor_string_tFunction

Return a string with all words capitalized without spaces.

Read more…
capitalizestringifor_string_tFunction

Return a string with its first character capitalized and the rest lowercased.

Read more…
character_concat_stringstringifor_string_tFunction

Concatenation with character (inverted).

Read more…
character_concat_string_stringstringifor_string_tFunction

Concatenation with character (inverted).

Read more…
character_eq_stringstringifor_string_tFunction

Equal to character (inverted) logical operator.

Read more…
character_ge_stringstringifor_string_tFunction

Greater equal than to character (inverted) logical operator.

Read more…
character_gt_stringstringifor_string_tFunction

Greater than to character (inverted) logical operator.

Read more…
character_le_stringstringifor_string_tFunction

Lower equal than to character (inverted) logical operator.

Read more…
character_lt_stringstringifor_string_tFunction

Lower than to character (inverted) logical operator.

Read more…
character_ne_stringstringifor_string_tFunction

Not equal to character (inverted) logical operator.

Read more…
charsstringifor_string_tFunction

Return the raw characters data.

Read more…
colorize_strstringifor_string_tFunction

Colorize and stylize strings, DEFAULT kind.

Read more…
countstringifor_string_tInterface

Builtin count overloading.

count_substringstringifor_string_tFunction

Count the number of occurences of a substring into a string.

Read more…
decodestringifor_string_tFunction

Return a string decoded accordingly the codec.

Read more…
encodestringifor_string_tFunction

Return a string encoded accordingly the codec.

Read more…
end_withstringifor_string_tFunction

Return true if a string ends with a specified suffix.

Read more…
escapestringifor_string_tFunction

Escape backslashes (or custom escape character).

Read more…
extensionstringifor_string_tFunction

Return the extension of a string containing a file name.

Read more…
fillstringifor_string_tFunction

Pad string on the left (or right) with zeros (or other char) to fill width.

Read more…
freestringifor_string_tSubroutine

Free dynamic memory.

Read more…
get_decimal_modestringifor_string_tSubroutine

Get the DECIMAL changeable connection mode for the given unit.

Read more…
get_delimiter_modestringifor_string_tSubroutine

Get the DELIM changeable connection mode for the given unit.

Read more…
get_next_non_blank_character_any_recordstringifor_string_tSubroutine

Get the next non-blank character, advancing records if necessary.

get_next_non_blank_character_this_recordstringifor_string_tSubroutine

Get the next non-blank character in the current record.

globstringifor_string_tInterface

Overloading glob procedure.

Read more…
glob_characterstringifor_string_tSubroutine

Glob search (character output), finds all the pathnames matching a given pattern according to the rules used by the Unix shell.

Read more…
glob_stringstringifor_string_tSubroutine

Glob search (string output), finds all the pathnames matching a given pattern according to the rules used by the Unix shell.

Read more…
indexstringifor_string_tInterface

Builtin index overloading.

insert_characterstringifor_string_tFunction

Insert substring into string at a specified position.

Read more…
insert_stringstringifor_string_tFunction

Insert substring into string at a specified position.

Read more…
is_allocatedstringifor_string_tFunction

Return true if the string is allocated.

Read more…
is_digitstringifor_string_tFunction

Return true if all characters in the string are digits.

Read more…
is_integerstringifor_string_tFunction

Return true if the string contains an integer.

Read more…
is_lowerstringifor_string_tFunction

Return true if all characters in the string are lowercase.

Read more…
is_numberstringifor_string_tFunction

Return true if the string contains a number (real or integer).

Read more…
is_realstringifor_string_tFunction

Return true if the string contains a real.

Read more…
is_upperstringifor_string_tFunction

Return true if all characters in the string are uppercase.

Read more…
join_charactersstringifor_string_tFunction

Return a string that is a join of an array of characters.

Read more…
join_stringsstringifor_string_tFunction

Return a string that is a join of an array of strings.

Read more…
len_trimstringifor_string_tInterface

Builtin len_trim overloading.

lowerstringifor_string_tFunction

Return a string with all lowercase characters.

Read more…
partitionstringifor_string_tFunction

Split string at separator and return the 3 parts (before, the separator and after).

Read more…
read_delimitedstringifor_string_tSubroutine

Read a delimited string from a unit connected for formatted input.

Read more…
read_filestringiforSubroutine

Read a file as a single string stream.

Read more…
read_filestringifor_string_tSubroutine

Read a file as a single string stream.

Read more…
read_formattedstringifor_string_tSubroutine

Formatted input.

Read more…
read_linestringifor_string_tSubroutine

Read line (record) from a connected unit.

Read more…
read_linesstringiforSubroutine

Read lines (records) from a connected-formatted unit.

Read more…
read_linesstringifor_string_tSubroutine

Read (all) lines (records) from a connected unit as a single ascii stream.

Read more…
read_undelimitedstringifor_string_tSubroutine

Read an undelimited string up until end of record or a character from a set of terminators is encountered.

Read more…
read_undelimited_listdirectedstringifor_string_tSubroutine

Read an undelimited (no leading apostrophe or double quote) character value according to the rules for list directed input.

Read more…
read_unformattedstringifor_string_tSubroutine

Unformatted input.

Read more…
repeatstringifor_string_tInterface

Builtin repeat overloading.

replacestringifor_string_tFunction

Return a string with all occurrences of substring old replaced by new.

Read more…
replace_one_occurrencestringifor_string_tFunction

Return a string with the first occurrence of substring old replaced by new.

Read more…
reversestringifor_string_tFunction

Return a reversed string.

Read more…
sadjustlstringifor_string_tFunction

Left adjust a string by removing leading spaces.

Read more…
sadjustl_characterstringifor_string_tFunction

Left adjust a string by removing leading spaces (character output).

Read more…
sadjustrstringifor_string_tFunction

Right adjust a string by removing leading spaces.

Read more…
sadjustr_characterstringifor_string_tFunction

Right adjust a string by removing leading spaces (character output).

Read more…
scanstringifor_string_tInterface

Builtin scan overloading.

scountstringifor_string_tFunction

Count the number of occurences of a substring into a string.

Read more…
searchstringifor_string_tFunction

Search for tagged record into string, return the first record found (if any) matching the tags.

Read more…
sindex_character_stringstringifor_string_tFunction

Return the position of the start of the first occurrence of string substring as a substring in string, counting from one. If substring is not present in string, zero is returned. If the back argument is present and true, the return value is the start of the last occurrence rather than the first.

Read more…
sindex_string_characterstringifor_string_tFunction

Return the position of the start of the first occurrence of string substring as a substring in string, counting from one. If substring is not present in string, zero is returned. If the back argument is present and true, the return value is the start of the last occurrence rather than the first.

Read more…
sindex_string_stringstringifor_string_tFunction

Return the position of the start of the first occurrence of string substring as a substring in string, counting from one. If substring is not present in string, zero is returned. If the back argument is present and true, the return value is the start of the last occurrence rather than the first.

Read more…
slenstringifor_string_tFunction

Return the length of a string.

Read more…
slen_trimstringifor_string_tFunction

Return the length of a string, ignoring any trailing blanks.

Read more…
slicestringifor_string_tFunction

Return the raw characters data sliced.

Read more…
snakecasestringifor_string_tFunction

Return a string with all words lowercase separated by “_”.

Read more…
splitstringifor_string_tSubroutine

Return a list of substring in the string, using sep as the delimiter string.

Read more…
split_chunkedstringifor_string_tSubroutine

Return a list of substring in the string, using sep as the delimiter string, chunked (memory-efficient) algorithm.

Read more…
srepeat_character_stringstringifor_string_tFunction

Concatenates several copies of an input string.

Read more…
srepeat_string_stringstringifor_string_tFunction

Concatenates several copies of an input string.

Read more…
sscan_character_stringstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.

Read more…
sscan_string_characterstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.

Read more…
sscan_string_stringstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is in set.

Read more…
start_withstringifor_string_tFunction

Return true if a string starts with a specified prefix.

Read more…
startcasestringifor_string_tFunction

Return a string with all words capitalized, e.g. title case.

Read more…
strimstringifor_string_tFunction

Remove trailing spaces.

Read more…
string_stringifor_string_tFunction

Return a string given a character input.

Read more…
string_assign_characterstringifor_string_tSubroutine

Assignment operator from character input.

Read more…
string_assign_integer_I1Pstringifor_string_tSubroutine

Assignment operator from integer input.

Read more…
string_assign_integer_I2Pstringifor_string_tSubroutine

Assignment operator from integer input.

Read more…
string_assign_integer_I4Pstringifor_string_tSubroutine

Assignment operator from integer input.

Read more…
string_assign_integer_I8Pstringifor_string_tSubroutine

Assignment operator from integer input.

Read more…
string_assign_real_R16Pstringifor_string_tSubroutine

Assignment operator from real input.

Read more…
string_assign_real_R4Pstringifor_string_tSubroutine

Assignment operator from real input.

Read more…
string_assign_real_R8Pstringifor_string_tSubroutine

Assignment operator from real input.

Read more…
string_assign_stringstringifor_string_tSubroutine

Assignment operator from string input.

Read more…
string_concat_characterstringifor_string_tFunction

Concatenation with character.

Read more…
string_concat_character_stringstringifor_string_tFunction

Concatenation with character.

Read more…
string_concat_stringstringifor_string_tFunction

Concatenation with string.

Read more…
string_concat_string_stringstringifor_string_tFunction

Concatenation with string.

Read more…
string_eq_characterstringifor_string_tFunction

Equal to character logical operator.

Read more…
string_eq_stringstringifor_string_tFunction

Equal to string logical operator.

Read more…
string_ge_characterstringifor_string_tFunction

Greater equal than to character logical operator.

Read more…
string_ge_stringstringifor_string_tFunction

Greater equal than to string logical operator.

Read more…
string_gt_characterstringifor_string_tFunction

Greater than to character logical operator.

Read more…
string_gt_stringstringifor_string_tFunction

Greater than to string logical operator.

Read more…
string_le_characterstringifor_string_tFunction

Lower equal than to character logical operator.

Read more…
string_le_stringstringifor_string_tFunction

Lower equal than to string logical operator.

Read more…
string_lt_characterstringifor_string_tFunction

Lower than to character logical operator.

Read more…
string_lt_stringstringifor_string_tFunction

Lower than to string logical operator.

Read more…
string_ne_characterstringifor_string_tFunction

Not equal to character logical operator.

Read more…
string_ne_stringstringifor_string_tFunction

Not equal to string logical operator.

Read more…
stripstringifor_string_tFunction

Return a copy of the string with the leading and trailing characters removed.

Read more…
strjoinstringifor_string_tInterface
strjoin_charactersstringifor_string_tFunction

Return a string that is a join of an array of characters.

Read more…
strjoin_characters_arraystringifor_string_tFunction

Return a string that is a join of columns or rows of an array of characters.

Read more…
strjoin_stringsstringifor_string_tFunction

Return a string that is a join of an array of strings.

Read more…
strjoin_strings_arraystringifor_string_tFunction

Return a string that is a join of columns or rows of an array of strings.

Read more…
sverify_character_stringstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is not in set. If all characters of string are found in set, the result is zero.

Read more…
sverify_string_characterstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is not in set. If all characters of string are found in set, the result is zero.

Read more…
sverify_string_stringstringifor_string_tFunction

Return the leftmost (if back is either absent or equals false, otherwise the rightmost) character of string that is not in set. If all characters of string are found in set, the result is zero.

Read more…
swapcasestringifor_string_tFunction

Return a copy of the string with uppercase characters converted to lowercase and vice versa.

Read more…
tempnamestringifor_string_tFunction

Return a safe temporary name suitable for temporary file or directories.

Read more…
to_integer_I1Pstringifor_string_tFunction

Cast string to integer (I1P).

Read more…
to_integer_I2Pstringifor_string_tFunction

Cast string to integer (I2P).

Read more…
to_integer_I4Pstringifor_string_tFunction

Cast string to integer (I4P).

Read more…
to_integer_I8Pstringifor_string_tFunction

Cast string to integer (I8P).

Read more…
to_real_R16Pstringifor_string_tFunction

Cast string to real (R16P).

Read more…
to_real_R4Pstringifor_string_tFunction

Cast string to real (R4P).

Read more…
to_real_R8Pstringifor_string_tFunction

Cast string to real (R8P).

Read more…
trimstringifor_string_tInterface

Builtin trim overloading.

unescapestringifor_string_tFunction

Unescape double backslashes (or custom escaped character).

Read more…
uniquestringifor_string_tFunction

Reduce to one (unique) multiple (sequential) occurrences of a substring into a string.

Read more…
upperstringifor_string_tFunction

Return a string with all uppercase characters.

Read more…
verifystringifor_string_tInterface

Builtin verify overloading.

write_filestringiforSubroutine

Write a single string stream into file.

Read more…
write_filestringifor_string_tSubroutine

Write a single string stream into file.

Read more…
write_formattedstringifor_string_tSubroutine

Formatted output.

write_linestringifor_string_tSubroutine

Write line (record) to a connected unit.

Read more…
write_linesstringiforSubroutine

Write lines (records) to a connected-formatted unit.

Read more…
write_linesstringifor_string_tSubroutine

Write lines (records) to a connected unit.

Read more…
write_unformattedstringifor_string_tSubroutine

Unformatted output.

call~~graph~~CallGraph interface~adjustl stringifor_string_t::adjustl proc~sadjustl_character stringifor_string_t::sadjustl_character interface~adjustl->proc~sadjustl_character interface~adjustr stringifor_string_t::adjustr proc~sadjustr_character stringifor_string_t::sadjustr_character interface~adjustr->proc~sadjustr_character interface~count stringifor_string_t::count proc~count_substring stringifor_string_t::count_substring interface~count->proc~count_substring interface~glob stringifor_string_t::glob proc~glob_character stringifor_string_t::string%glob_character interface~glob->proc~glob_character proc~glob_string stringifor_string_t::string%glob_string interface~glob->proc~glob_string interface~index stringifor_string_t::index proc~sindex_character_string stringifor_string_t::sindex_character_string interface~index->proc~sindex_character_string proc~sindex_string_character stringifor_string_t::string%sindex_string_character interface~index->proc~sindex_string_character proc~sindex_string_string stringifor_string_t::string%sindex_string_string interface~index->proc~sindex_string_string interface~len_trim stringifor_string_t::len_trim proc~slen_trim stringifor_string_t::string%slen_trim interface~len_trim->proc~slen_trim interface~repeat stringifor_string_t::repeat proc~srepeat_string_string stringifor_string_t::string%srepeat_string_string interface~repeat->proc~srepeat_string_string interface~scan stringifor_string_t::scan proc~sscan_character_string stringifor_string_t::sscan_character_string interface~scan->proc~sscan_character_string proc~sscan_string_character stringifor_string_t::string%sscan_string_character interface~scan->proc~sscan_string_character proc~sscan_string_string stringifor_string_t::string%sscan_string_string interface~scan->proc~sscan_string_string interface~strjoin stringifor_string_t::strjoin proc~strjoin_characters stringifor_string_t::string%strjoin_characters interface~strjoin->proc~strjoin_characters proc~strjoin_characters_array stringifor_string_t::string%strjoin_characters_array interface~strjoin->proc~strjoin_characters_array proc~strjoin_strings stringifor_string_t::string%strjoin_strings interface~strjoin->proc~strjoin_strings proc~strjoin_strings_array stringifor_string_t::string%strjoin_strings_array interface~strjoin->proc~strjoin_strings_array interface~trim stringifor_string_t::trim proc~strim stringifor_string_t::string%strim interface~trim->proc~strim interface~verify stringifor_string_t::verify proc~sverify_character_string stringifor_string_t::sverify_character_string interface~verify->proc~sverify_character_string proc~sverify_string_character stringifor_string_t::string%sverify_string_character interface~verify->proc~sverify_string_character proc~sverify_string_string stringifor_string_t::string%sverify_string_string interface~verify->proc~sverify_string_string proc~basedir stringifor_string_t::string%basedir raw raw proc~basedir->raw proc~basename stringifor_string_t::string%basename proc~basename->raw proc~camelcase stringifor_string_t::string%camelcase proc~capitalize stringifor_string_t::string%capitalize proc~camelcase->proc~capitalize proc~split stringifor_string_t::string%split proc~camelcase->proc~split join join proc~camelcase->join proc~lower stringifor_string_t::string%lower proc~capitalize->proc~lower proc~capitalize->raw proc~character_concat_string stringifor_string_t::string%character_concat_string proc~character_concat_string_string stringifor_string_t::string%character_concat_string_string proc~character_eq_string stringifor_string_t::string%character_eq_string proc~character_ge_string stringifor_string_t::string%character_ge_string proc~character_gt_string stringifor_string_t::string%character_gt_string proc~character_le_string stringifor_string_t::string%character_le_string proc~character_lt_string stringifor_string_t::string%character_lt_string proc~character_ne_string stringifor_string_t::string%character_ne_string proc~chars stringifor_string_t::string%chars proc~colorize_str stringifor_string_t::string%colorize_str proc~colorize_str->proc~chars colorize colorize proc~colorize_str->colorize proc~decode stringifor_string_t::string%decode proc~strip stringifor_string_t::string%strip proc~decode->proc~strip proc~upper stringifor_string_t::string%upper proc~decode->proc~upper b64_decode b64_decode proc~decode->b64_decode proc~encode stringifor_string_t::string%encode proc~encode->proc~upper b64_encode b64_encode proc~encode->b64_encode proc~end_with stringifor_string_t::string%end_with proc~escape stringifor_string_t::string%escape proc~escape->raw proc~extension stringifor_string_t::string%extension proc~extension->raw proc~fill stringifor_string_t::string%fill proc~free stringifor_string_t::string%free proc~get_decimal_mode stringifor_string_t::get_decimal_mode proc~get_delimiter_mode stringifor_string_t::get_delimiter_mode proc~get_next_non_blank_character_any_record stringifor_string_t::get_next_non_blank_character_any_record proc~get_next_non_blank_character_this_record stringifor_string_t::get_next_non_blank_character_this_record proc~get_next_non_blank_character_any_record->proc~get_next_non_blank_character_this_record proc~glob_character->interface~glob proc~read_file~2 stringifor_string_t::string%read_file proc~glob_string->proc~read_file~2 proc~glob_string->proc~split proc~insert_character stringifor_string_t::string%insert_character proc~insert_character->raw proc~insert_string stringifor_string_t::string%insert_string proc~insert_string->raw proc~is_allocated stringifor_string_t::string%is_allocated proc~is_digit stringifor_string_t::string%is_digit proc~is_integer stringifor_string_t::string%is_integer proc~is_lower stringifor_string_t::string%is_lower proc~is_number stringifor_string_t::string%is_number proc~is_number->proc~is_integer proc~is_real stringifor_string_t::string%is_real proc~is_number->proc~is_real proc~is_upper stringifor_string_t::string%is_upper proc~join_characters stringifor_string_t::string%join_characters proc~join_characters->raw proc~join_strings stringifor_string_t::string%join_strings proc~join_strings->raw proc~lower->raw proc~partition stringifor_string_t::string%partition proc~partition->raw proc~read_delimited stringifor_string_t::string%read_delimited proc~read_file stringifor::read_file proc~read_lines stringifor::read_lines proc~read_file->proc~read_lines chars chars proc~read_file->chars upper upper proc~read_file->upper proc~read_file~2->proc~chars proc~read_lines~2 stringifor_string_t::string%read_lines proc~read_file~2->proc~read_lines~2 proc~read_file~2->proc~upper proc~read_formatted stringifor_string_t::string%read_formatted proc~read_formatted->proc~get_next_non_blank_character_any_record proc~read_formatted->proc~read_delimited proc~read_undelimited_listdirected stringifor_string_t::string%read_undelimited_listdirected proc~read_formatted->proc~read_undelimited_listdirected proc~read_line stringifor_string_t::string%read_line proc~read_line->proc~chars proc~read_line->proc~upper proc~read_lines->chars proc~read_lines->upper proc~read_lines~2->proc~read_line proc~read_undelimited stringifor_string_t::string%read_undelimited proc~read_undelimited_listdirected->proc~get_decimal_mode proc~read_undelimited_listdirected->proc~read_undelimited proc~read_unformatted stringifor_string_t::string%read_unformatted proc~replace stringifor_string_t::string%replace proc~replace_one_occurrence stringifor_string_t::string%replace_one_occurrence proc~replace->proc~replace_one_occurrence proc~reverse stringifor_string_t::string%reverse proc~reverse->raw proc~sadjustl stringifor_string_t::string%sadjustl proc~sadjustr stringifor_string_t::string%sadjustr proc~scount stringifor_string_t::string%scount proc~scount->raw proc~search stringifor_string_t::string%search proc~slen stringifor_string_t::string%slen proc~slice stringifor_string_t::string%slice proc~snakecase stringifor_string_t::string%snakecase proc~snakecase->proc~lower proc~snakecase->proc~split proc~snakecase->join proc~split->proc~partition proc~unique stringifor_string_t::string%unique proc~split->proc~unique proc~split_chunked stringifor_string_t::string%split_chunked proc~split_chunked->proc~end_with proc~split_chunked->proc~split proc~start_with stringifor_string_t::string%start_with proc~split_chunked->proc~start_with proc~srepeat_character_string stringifor_string_t::string%srepeat_character_string proc~startcase stringifor_string_t::string%startcase proc~startcase->proc~capitalize proc~startcase->proc~split proc~startcase->join proc~string_ stringifor_string_t::string_ proc~string_assign_character stringifor_string_t::string%string_assign_character proc~string_assign_integer_i1p stringifor_string_t::string%string_assign_integer_I1P str str proc~string_assign_integer_i1p->str proc~string_assign_integer_i2p stringifor_string_t::string%string_assign_integer_I2P proc~string_assign_integer_i2p->str proc~string_assign_integer_i4p stringifor_string_t::string%string_assign_integer_I4P proc~string_assign_integer_i4p->str proc~string_assign_integer_i8p stringifor_string_t::string%string_assign_integer_I8P proc~string_assign_integer_i8p->str proc~string_assign_real_r16p stringifor_string_t::string%string_assign_real_R16P proc~string_assign_real_r16p->str proc~string_assign_real_r4p stringifor_string_t::string%string_assign_real_R4P proc~string_assign_real_r4p->str proc~string_assign_real_r8p stringifor_string_t::string%string_assign_real_R8P proc~string_assign_real_r8p->str proc~string_assign_string stringifor_string_t::string%string_assign_string proc~string_concat_character stringifor_string_t::string%string_concat_character proc~string_concat_character_string stringifor_string_t::string%string_concat_character_string proc~string_concat_string stringifor_string_t::string%string_concat_string proc~string_concat_string_string stringifor_string_t::string%string_concat_string_string proc~string_eq_character stringifor_string_t::string%string_eq_character proc~string_eq_string stringifor_string_t::string%string_eq_string proc~string_ge_character stringifor_string_t::string%string_ge_character proc~string_ge_string stringifor_string_t::string%string_ge_string proc~string_gt_character stringifor_string_t::string%string_gt_character proc~string_gt_string stringifor_string_t::string%string_gt_string proc~string_le_character stringifor_string_t::string%string_le_character proc~string_le_string stringifor_string_t::string%string_le_string proc~string_lt_character stringifor_string_t::string%string_lt_character proc~string_lt_string stringifor_string_t::string%string_lt_string proc~string_ne_character stringifor_string_t::string%string_ne_character proc~string_ne_string stringifor_string_t::string%string_ne_string proc~strjoin_characters->raw proc~strjoin_characters_array->proc~strjoin_characters proc~strjoin_strings->raw proc~strjoin_strings_array->proc~strjoin_strings proc~swapcase stringifor_string_t::string%swapcase proc~tempname stringifor_string_t::string%tempname proc~to_integer_i1p stringifor_string_t::string%to_integer_I1P proc~to_integer_i1p->proc~is_integer proc~to_integer_i2p stringifor_string_t::string%to_integer_I2P proc~to_integer_i2p->proc~is_integer proc~to_integer_i4p stringifor_string_t::string%to_integer_I4P proc~to_integer_i4p->proc~is_integer proc~to_integer_i8p stringifor_string_t::string%to_integer_I8P proc~to_integer_i8p->proc~is_integer proc~to_real_r16p stringifor_string_t::string%to_real_R16P proc~to_real_r16p->proc~is_real proc~to_real_r4p stringifor_string_t::string%to_real_R4P proc~to_real_r4p->proc~is_real proc~to_real_r8p stringifor_string_t::string%to_real_R8P proc~to_real_r8p->proc~is_real proc~unescape stringifor_string_t::string%unescape proc~unique->proc~replace proc~write_file stringifor::write_file proc~write_lines stringifor::write_lines proc~write_file->proc~write_lines proc~write_file->chars proc~write_file->upper proc~write_file~2 stringifor_string_t::string%write_file proc~write_file~2->proc~chars proc~write_file~2->proc~upper proc~write_lines~2 stringifor_string_t::string%write_lines proc~write_file~2->proc~write_lines~2 proc~write_formatted stringifor_string_t::string%write_formatted proc~write_line stringifor_string_t::string%write_line proc~write_line->proc~chars proc~write_line->proc~end_with proc~write_line->proc~upper proc~write_lines~2->proc~split proc~write_unformatted stringifor_string_t::string%write_unformatted program~stringifor_test_csv_naive_parser stringifor_test_csv_naive_parser program~stringifor_test_csv_naive_parser->proc~read_file program~stringifor_test_csv_naive_parser->proc~write_file program~stringifor_test_parse_large_csv stringifor_test_parse_large_csv program~stringifor_test_parse_large_csv->proc~read_file program~volatile_doctest~110 volatile_doctest program~volatile_doctest~110->proc~read_file program~volatile_doctest~111 volatile_doctest program~volatile_doctest~111->proc~read_file program~volatile_doctest~111->proc~write_file program~volatile_doctest~16 volatile_doctest program~volatile_doctest~16->interface~glob program~volatile_doctest~69 volatile_doctest program~volatile_doctest~69->interface~glob program~volatile_doctest~80 volatile_doctest program~volatile_doctest~80->interface~glob
Help