回答:
正規表現は \?.*$
\? mean question mark itself
.* mean everything else
$ means the end of line.
したがって、疑問符で始まり、行末まで続くものを検索します。「検索モード」を「正規表現」に設定することを忘れないでください
http://lunar.earth.northwestern.edu/mediawiki/index.php/Limitless_It_the_film_high_quality
http://sportnaslava.info/wiki/index.php?title=User:CisBlakeman861
これらの例を使用して、次のようなものを使用することをお勧めします。
index\.php.*$
次に置き換えます:
index.php
これにより、index.php以降のすべてが検索され、index.phpに置き換えられます。
http://lunar.earth.northwestern.edu/mediawiki/index.php
http://sportnaslava.info/wiki/index.php