Home  >  Article  >  Backend Development  >  正则表达式 求解,该如何处理

正则表达式 求解,该如何处理

WBOY
WBOYOriginal
2016-06-13 10:24:151037browse

正则表达式 求解
两个文件名,
文件名的格式: 文件名+创建/重新创建+日期.txt
1、文本一创建2012-05-23.txt
2、文本2重新创建2012-05-22.txt

通过正则将1和2中的“创建2012-05-23”及“重新创建2012-05-22.txt”匹配出来。
即文件名的创建/重新创建+日期部分

求该证则表达式……
如果用C怎么写?

------解决方案--------------------

PHP code
$html=<font color="#e78608">------解决方案--------------------</font><br>() 分组嘛<br>[\w-] 匹配里面的任何。<div class="clear">
                 
              
              
        
            </div>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn