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.
tiny-regex-c.h
✓ #include <tiny-regex-c.h>
Match a regex pattern against a string
#include "tiny-regex-c.h"
#include <stdio.h>
int main() {
const char* pattern = "hello.*world";
const char* text = "hello beautiful world";
if (re_match(pattern, text) == 0) {
printf("Match found!\n");
}
return 0;
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
2019-07-31latest on vcpkg
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.