PHP Package: composer/pcre

PHP Composer library for PCRE regex operations with enhanced features and performance

Current Version: 3.3.2
Last Updated: 2024-11-12
PHP Requirement: ^7.4 || ^8.0
Dependencies:
php/php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

PCRE is a powerful PHP library providing advanced regular expression capabilities for pattern matching and manipulation. It offers high performance and enhanced features to simplify regex operations in PHP applications. With support for Unicode and various pattern modifiers, PCRE is an essential tool for efficient text processing and validation tasks.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.3.2

Download Download v3.3.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/composer/pcre/3.3.2/loader.php';
require_once 'libs/php/php/{lib_version}/loader.php';

use Composer\PCRE\Regex;
use Composer\PCRE\Pattern;

$obj = new Regex();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.