Maison > développement back-end > tutoriel php > 怎么利用preg_replace将images文件夹前的目录删除

怎么利用preg_replace将images文件夹前的目录删除

WBOY
Libérer: 2016-06-23 13:31:39
original
1146 Les gens l'ont consulté

怎么利用preg_replace将images文件夹前的目录删除,文件夹images前面和后面目录都是动态的。
例如 怎么利用preg_replace将images文件夹前的目录删除 或者怎么利用preg_replace将images文件夹前的目录删除 总而言之,就是将 src="   和images 中间部分的字符串替换掉。
求大神指点。


回复讨论(解决方案)

你不会再说连 images 也是不确定的了吧?

$s =<<< TXT<img  src="www.abc/n1/n2/images/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" ><img  src="images/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" ><img  src="www.abc/n1/images/www/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" >TXT;echo preg_replace('#(?<=").+/(images/[^"]+)#', '$1', $s);
Copier après la connexion
Copier après la connexion
Copier après la connexion
怎么利用preg_replace将images文件夹前的目录删除
怎么利用preg_replace将images文件夹前的目录删除
怎么利用preg_replace将images文件夹前的目录删除

你不会再说连 images 也是不确定的了吧?

$s =<<< TXT<img  src="www.abc/n1/n2/images/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" ><img  src="images/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" ><img  src="www.abc/n1/images/www/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" >TXT;echo preg_replace('#(?<=").+/(images/[^"]+)#', '$1', $s);
Copier après la connexion
Copier après la connexion
Copier après la connexion
怎么利用preg_replace将images文件夹前的目录删除
怎么利用preg_replace将images文件夹前的目录删除
怎么利用preg_replace将images文件夹前的目录删除

你不会再说连 images 也是不确定的了吧?

$s =<<< TXT<img  src="www.abc/n1/n2/images/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" ><img  src="images/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" ><img  src="www.abc/n1/images/www/abc.jpg" alt="怎么利用preg_replace将images文件夹前的目录删除" >TXT;echo preg_replace('#(?<=").+/(images/[^"]+)#', '$1', $s);
Copier après la connexion
Copier après la connexion
Copier après la connexion
怎么利用preg_replace将images文件夹前的目录删除
怎么利用preg_replace将images文件夹前的目录删除
怎么利用preg_replace将images文件夹前的目录删除




太赞了,就是这样。这回得好好学学正则了。
版主非常热心,非常感谢!
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal