http_utils_get_string_between() function
Gets the string between 2 string. It will allocate a new memory space for this string, so you need to free it when no longer use
Syntax
char *http_utils_get_string_between(const char *str,
const char *begin,
const char *end);
Return value
The string between begin and end
http_utils_get_string_between() is called by 1 function and calls 2 functions:
![]()
http_utils_get_string_between()
http_utils_get_string_between():
![]()
http_utils_get_string_between()