Registry / utility / wildcards

wildcards

JSON →
library1.4.0vcpkgunverified

A simple C++ header-only template library implementing matching using wildcards

vcpkg install wildcards
INSTALL
IMPORT
SIG · WILDCARDS
W
wildcards
utilitycppv1.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wildcards/wildcards.hpp
#include <wildcards/wildcards.hpp>

Match filenames against a wildcard pattern

#include <wildcards/wildcards.hpp> #include <iostream> int main() { wildcards::match m("*.txt"); std::cout << m("file.txt") << std::endl; // 1 std::cout << m("file.doc") << std::endl; // 0 return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

wildcards — pip install wildcards · libregistry