Text
f_find_next_word
uint f_find_next_word(char *text);
f_find_word_compare
boolean f_find_word_compare(char *text_a, char *text_b);
f_text_copy
uint f_text_copy(uint length, char *dest, char *source);
f_text_compare
boolean f_text_compare(char *text_a, char *text_b);
f_text_copy_allocate
char *f_text_copy_allocate(char *source);
f_word_copy
uint f_word_copy(uint length, char *dest, char *source);
f_text_copy_until
uint f_text_copy_until(uint length, char *dest, char *source, char *until);
f_text_filter
boolean f_text_filter(char *text, char *filter);