New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/htfy96/go-pcre2/v2

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/htfy96/go-pcre2/v2

  • v2.0.0-20241218024150-33077b6902fe
  • Source
  • Go
  • Socket score

Version published
Created
Source

go-pcre2

This is a fork of github.com/Jemmic/go-pcre2 . The main differences are:

  1. Removed all runtime.setFinalizer call. They cause major slowdowns under performance load. It's now user's responsibility to call pattern.Free or match.Free
  2. Manage dependencies with go modules

GoDoc

This is a Go language package providing support for version 2 of Perl Compatible Regular Expressions (PCRE).

Installation

Install the package for Debian as follows:

sudo apt-get install libpcre2-dev
go get github.com/htfy96/go-pcre2/v2

Usage

Go programs that depend on this package should import this package as follows to allow automatic downloading:

import "github.com/htfy96/go-pcre2/v2"

History

This is based on go-pcre by gijsbers and go-pcre2 by lestrrat and go-pcre2 by Jemmic

FAQs

Package last updated on 18 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc