Registry / utility / tiny-regex-c

tiny-regex-c

JSON →
library2019-07-31vcpkgunverified

A small regex implementation in C

vcpkg install tiny-regex-c
INSTALL
IMPORT
SIG · TINY-REGEX-C
T
tiny-regex-c
utilitycppv2019-07-31
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.

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.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

tiny-regex-c — pip install tiny-regex-c · libregistry