mongoose/docs/c-api/util.h/mg_match_prefix.md
Dmitry Frank 7bed7ff482 Docs are generated for Mongoose
Comments in headers are changed a bit: removed adoc-specific stuff,
markdown is used instead

PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
2016-03-21 13:29:29 +01:00

370 B

title decl_name symbol_kind signature
mg_match_prefix() mg_match_prefix func int mg_match_prefix(const char *pattern, int pattern_len, const char *str);

Match 0-terminated string (mg_match_prefix) or string with given length mg_match_prefix_n against a glob pattern. Match is case-insensitive. Return number of bytes matched, or -1 if no match.