CommonRegexPHP:在字符串中查找许多常见信息 源码
CommonRegexPHP 从迁移 PHP的端口 在字符串中查找许多常见信息。 拉请求欢迎! 请注意,这目前仅适用于英语/美国。 用法 composer require james2doyle/common-regex-php 然后在代码中的某处: $ parser = new CommonRegexPHP ; $ results = $ parse ( 'See you at 12:00AM on March 22nd 2018' ); // returns [ // 'dates' => [ // 'March 22nd 2018', // ],
文件列表
CommonRegexPHP-master.zip
(预估有个9文件)
CommonRegexPHP-master
composer.json
919B
phpunit.xml
642B
composer.lock
51KB
tests
CommonRegexPHPTest.php
3KB
autoload.php
453B
LICENSE
1KB
src
james2doyle
暂无评论