簡體   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