简体   繁体   中英

delete all site in list in phpliveregex.com

i have a lot many list, and i want to delete all site

example:

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=

after using phpliveregex.com show result

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

please give demo in http://www.phpliveregex.com

Use the following regex pattern:

[^/]+\?id=

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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