| Functions |
ferite_str_case_cmp(FeriteString,FeriteString) - Compare two strings but dont take into consideration what case the strings are |
ferite_str_case_ncmp(FeriteString,FeriteString,int) - Compare two strings upto a certain size without considering the case of the strings |
ferite_str_cat(FeriteString,FeriteString) - Concatenate the second string onto the first |
ferite_str_cmp(FeriteString,FeriteString) - Compare two strings |
ferite_str_cpy(FeriteString,FeriteString) - Copy the contents of the second string to the first string |
ferite_str_data_cat(FeriteString,void,int) - Concatenate the data onto the first string |
ferite_str_destroy(FeriteString) - Destroy the string and free all memory |
ferite_str_dup(FeriteString) - Duplicate a ferite string |
ferite_str_ncmp(FeriteString,FeriteString,int) - Compare two strings upto a certain size |
ferite_str_ncpy(FeriteString,FeriteString,int) - Copy the contents of the second string to the first string upto size character |
ferite_str_new(char,int,int) - Create a new string with exisitng data and encoding |
ferite_str_replace(FeriteString,FeriteString,FeriteString) - Replace all occurances of a string with another |
ferite_str_set(FeriteString,char,int,int) - Set the data contained within an existing string |