


I encountered such a situation to match, but every time it matched the beginning of a duplicate:
$file = 'push_1113_20150105000052430.txt'; $file2 = 'confirm_push_1114_20150105000052430.txt'; preg_match('/^(get|push|admin).*.txt/', $file, $rs); preg_match('/^confirm.*.txt/', $file2, $rs2); echo '<pre class="brush:php;toolbar:false">';print_r($rs); echo '<pre class="brush:php;toolbar:false">';print_r($rs2); exit;
The result is:
Array ( [0] => push_1113_20150105000052430.txt [1] => push ) <pre class="brush:php;toolbar:false">Array ( [0] => confirm_push_1114_20150105000052430.txt )
You can see that the first result has duplicate matches to two push , what's going on? ?
I don’t know how it happened. I tried various things and then changed it to this:
preg_match('/^[get|push|admin].*.txt/', $file, $rs);
That is, I changed the small brackets into square brackets. The result is:
Array ( [0] => push_1113_20150105000052430.txt )
The reason needs further investigation and is currently unknown, but it must be caused by the difference between () and [].
The above has introduced the problem of duplicate items caused by regular expression matching, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

想了解更多关于开源的内容,请访问:51CTO鸿蒙开发者社区https://ost.51cto.com运行环境DAYU200:4.0.10.16SDK:4.0.10.15IDE:4.0.600一、创建应用点击File->newFile->CreateProgect。选择模版:【OpenHarmony】EmptyAbility:填写项目名,shici,应用包名com.nut.shici,应用存储位置XXX(不要有中文,特殊字符,空格)。CompileSDK10,Model:Stage。Device

使用Java的File.length()函数获取文件的大小文件大小是在处理文件操作时很常见的一个需求,Java提供了一个很方便的方法来获取文件的大小,即使用File类的length()方法。本文将介绍如何使用该方法来获取文件的大小,并给出相应的代码示例。首先,我们需要创建一个File对象来表示我们想要获取大小的文件。以下是创建File对象的方法:Filef

php blob转file的方法:1、创建一个php示例文件;2、通过“function blobToFile(blob) {return new File([blob], 'screenshot.png', { type: 'image/jpeg' })}”方法实现Blob转File即可。

IntelTXT是Intel公司推出的一种硬件辅助安全技术,它可以通过在CPU和BIOS间建立一个受保护的空间,来确保服务器在启动时的完整性和安全性。TXT的全称是TrustedExecutionTechnology,也就是可信执行技术。简单来说,TXT是一种安全技术,它可以提供硬件级别的保护,确保服务器在启动时没有被恶意程序或未经授权的软件修改。这一

使用Java的File.renameTo()函数重命名文件在Java编程中,我们经常需要对文件进行重命名的操作。Java提供了File类来处理文件操作,其中的renameTo()函数可以方便地重命名文件。本文将介绍如何使用Java的File.renameTo()函数来重命名文件,并提供相应的代码示例。File.renameTo()函数是File类的一个方法,

html转txt的方法有使用文本编辑器、使用在线转换工具和使用Python编程。详细介绍:1、打开HTML文件,可以使用任何文本编辑器,如记事本、Sublime Text等,选择整个HTML文件的内容,可以通过按Ctrl+A快捷键或通过鼠标拖动来选择,复制所选内容,可以通过按Ctrl+C快捷键或通过右键菜单中的复制选项来复制,打开一个新TXT文件,可以使用相同的文本编辑器等等。

chm通过使用在线转换工具、使用浏览器插件、使用命令行工具和使用第三方软件转换成txt。详细介绍:1、使用在线转换工具,只需上传CHM文件,选择TXT格式,然后下载转换后的TXT文件;2、使用浏览器插件,安装插件后,只需在浏览器中打开CHM文件,然后点击插件按钮,即可将CHM文件转换成TXT格式;3、使用命令行工具等等。

使用java的File.getParentFile()函数获取文件的父目录在Java编程中,我们经常需要操作文件和文件夹。当我们需要获取文件的父目录时,可以使用Java提供的File.getParentFile()函数来完成。本文将介绍如何使用这个函数并提供代码示例。Java中的File类是用于操作文件和文件夹的主要类。它提供了许多方法来获取和操作文件的属性


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6
Visual web development tools

SublimeText3 Chinese version
Chinese version, very easy to use

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.
