| Functions |
ferite_copy_string(char,int,int) - Copy a subsection of a string |
ferite_delete_string(int,int) - Cuts out a substring starting at "start" up to but not including "end" |
ferite_find_string(char,char) - Find a substring within a string and return the first occurance |
ferite_insert_string(char,char,int) - Insert a string within another string at a specified position |
ferite_int_to_ptr(int) - Allocate an int and set the value to that of the given parameter |
ferite_lowercase(char) - Convert a string to lowercase |
ferite_replace_string(char,char,char) - Replace all occurances of a pattern in a string with another |
ferite_strcasecmp(char,char) - Do a case insensitive strcmp on the two strings. |
ferite_strip_whitespace(char) - Create a new string based upon the data with the whitespace removed |
ferite_stroflen(char,int) - Provide a string of a given length l filled with the character c |
ferite_variable_from_array(FeriteVariable,char) - For a given array and a given name, locate a variable of that name |
fstrdup(char) - Allocate the memory and copy the string |