GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
#Fetch PCRE2 with 'git clone', or use curl/wget to download a release.#Here, let's use git to check out a release tag:git clone https://github.com/PCRE2Project/pcre2.git ./pcre2 \ --branch pcre2-$PCRE2_VERSION\ -c advice.detachedHead=false --depth 1#If using the JIT, remem...
GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore All...
GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore All...
To report a security issue, please use the GitHub Security Advisory "Report a Vulnerability" tab. (Alternatively, if you prefer you may send a GPG-encrypted email to one of the maintainers.) Timeline As a very small volunteer team, we cannot guarantee rapid response, but would aim to respo...
use pcre-jit instead of slow perl regex. Contribute to rurban/re-engine-PCRE2 development by creating an account on GitHub.
PCRE2 development is based here. Contribute to PCRE2Project/pcre2 development by creating an account on GitHub.
Github repository Examples import srackham.pcre2 fn main() { // Match words starting with `d` or `n`. r := pcre2.must_compile(r'\b([dn].*?)\b') subject := 'Lorem nisi dis diam a cras placerat natoque' // Extract array of all matched strings. a := r.find_all(subject) ...
Does this package support PCRE2? Reading the code I can’t see any reference to PCRE2. Do you have any knowledge of another Haskell package with pcre2 support? 👍 1 sjshuck commented Dec 25, 2021 @robwithhair There's https://github.com/sjshuck/hs-pcre2.git. The actual PCRE ...
BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 31 Commits .github/workflows deps rockspecs src test .clang-format .gitmodules .lua-format .luacheckrc README.md README lua-pcre2 PCRE2 bindings for lua. ...