Registry / utility / oniguruma

oniguruma

JSON →
library6.9.10vcpkgunverified

Modern and flexible regular expressions library.

vcpkg install oniguruma
INSTALL
IMPORT
SIG · ONIGURUMA
O
oniguruma
utilitycppv6.9.10
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.

oniguruma.h
#include <oniguruma.h>

Compile and use a regular expression with Oniguruma.

#include <oniguruma.h> int main() { OnigRegex regex; OnigErrorInfo error; int r = onig_new(&regex, (const OnigUChar*)"\\d+", (const OnigUChar*)"\\d+" + 3, ONIG_OPTION_DEFAULT, ONIG_ENCODING_UTF8, ONIG_SYNTAX_DEFAULT, &error); if (r == ONIG_NORMAL) { // Use regex onig_free(regex); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.9.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

oniguruma — pip install oniguruma · libregistry