These two functions, fl_string_dynamic_compare_except_string() and fl_string_dynamic_compare_string(), are not trim functions.
They do not ignore leading and trailing white space.
*
* This does not stop on NULL.
* NULL characters are ignored.
- * Ignores leading and trailing whitespace.
* All 1-byte characters in except1 and except2 are ignored.
*
* @param string1
*
* This does not stop on NULL.
* NULL characters are ignored.
- * Ignores leading and trailing whitespace.
*
* @param string1
* String to compare.