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