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', // ],