• Dmitry Frank's avatar
    Docs are generated for Mongoose · 7bed7ff4
    Dmitry Frank authored
    Comments in headers are changed a bit: removed adoc-specific stuff,
    markdown is used instead
    
    PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
    7bed7ff4
mg_match_prefix.md 370 Bytes
title: "mg_match_prefix()"
decl_name: "mg_match_prefix"
symbol_kind: "func"
signature: |
  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.