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

WBOY
Release: 2016-06-13 13:30:20
Original
784 people have browsed it

正则表达式 求解
两个文件名,
文件名的格式: 文件名+创建/重新创建+日期.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>
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template