Methods

Table of Contents
afc_string_add -- Add a string to the current one
afc_string_clear -- Empty the contents of a string
afc_string_comp -- Compares two strings
afc_string_copy -- Copy a string inside an AFC string_new
afc_string_delete -- Remove the string from memory
afc_string_dup -- Creates a new string with the same contents of the given one
afc_string_fget -- Get a line of text from a file
afc_string_hash -- Creates an hash value for the string
afc_string_instr -- Search for a matching string inside a string
afc_string_left -- Copies the leftmost len chars from src to string
afc_string_len -- Returns the actual string length
afc_string_lower -- Converts a string in lower case chars
afc_string_make -- Copies data into string using the given fmt and args
afc_string_max -- Returns the maximum size of the given string
afc_string_mid -- Copies a part of source string in dest string
afc_string_new -- Allocates a string numchars long
afc_string_pattern_match -- Use pattern matching against this string
afc_string_radix -- Rappresents a number using the given base
afc_string_reset_len -- Resets internal string len
afc_string_right -- Copies the leftmost len chars from src to string
afc_string_temp -- Creates a temporary file name
afc_string_trim -- Removes all blank chars from string
afc_string_upper -- Converts a string in upper case chars