A very (very) small package to determine if a given MQTT topic matches with a broader MQTT topic pattern.
it does the thing
add this package and use it
you type literally one line
const bool result = MqttMatcher.isTopicMatch('test/ooga/+/booga/#', 'test/ooga/aeugh/booga/unga');
you cant