繁体   English   中英

删除phpliveregex.com列表中的所有站点

[英]delete all site in list in phpliveregex.com

我有很多列表,我想删除所有站点

例:

http://www.example.com/events.php?id=
http://www.example.com/ngentot.php?id=
http://example.com/events1.php?id=
http://example.com/ngentot2.php?id=

使用phpliveregex.com后显示结果

events.php?id=
ngentot.php?id=
events1.php?id=
ngentot2.php?id=

请在http://www.phpliveregex.com上进行演示

使用以下正则表达式模式:

[^/]+\?id=

http://www.phpliveregex.com/p/jrN

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM