core: add note about result that must be freed in function string_mask_to_regex

v2.8-utf8proc
Sébastien Helleu 2014-07-05 10:13:46 +02:00
parent e75fef58c4
commit d936880392
1 changed files with 2 additions and 0 deletions

View File

@ -782,6 +782,8 @@ string_is_word_char (const char *string)
/*
* Converts a mask (string with only "*" as wildcard) to a regex, paying
* attention to special chars in a regex.
*
* Note: result must be freed after use.
*/
char *