Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリ内のファイルを見つけるために、文字列「wp」で始まり文字列「php」で終わる正規表現を書きたいと思います。どうすればいいのですか?
サンプルファイル: wp-comments-post.php
これはあなたのためにそれをするはずです^wp.*php$
^wp.*php$
マッチ
wp-comments-post.php wp.something.php wp.php
一致しません
something-wp.php wp.php.txt