Skip to content

pcre.org

Perl compatible regular expressions library

Package Information

  • Domain: pcre.org
  • Name: pcre.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +pcre.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • pcre-config
  • pcregrep
  • pcretest

Aliases

This package can also be accessed using these aliases:

  • pcre

Available Versions

Show all 1 versions
  • 8.45.0

Latest Version: 8.45.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +pcre.org@8.45.0 -- $SHELL -i

Dependencies

This package depends on:

  • sourceware.org/bzip2@1
  • zlib.net@1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.pcreorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.