mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-07 20:12:29 +08:00
13 lines
290 B
Markdown
13 lines
290 B
Markdown
|
---
|
||
|
title: "mg_mqtt_match_topic_expression()"
|
||
|
decl_name: "mg_mqtt_match_topic_expression"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
int mg_mqtt_match_topic_expression(struct mg_str exp, struct mg_str topic);
|
||
|
---
|
||
|
|
||
|
Matches a topic against a topic expression
|
||
|
|
||
|
Returns 1 if it matches; 0 otherwise.
|
||
|
|