redacteddevworks/preg_match2
最新稳定版本:1.0.0
Composer 安装命令:
composer require redacteddevworks/preg_match2
包简介
PHP Regex Matcher that returns the matched values
关键字:
README 文档
README
Why?
I simply would prefer if the built in preg_match functions would just return the values instead of the current method of supplying a predefined array.
Installation
composer require redacteddevworks/preg_match2
Usage
require 'autoload.php';
$matches = preg_match2('/([\d])/', 'the quick 1 jumped over the lazy 2 dog');
统计信息
- 总下载量: 1.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-18