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.
私はこのアンカータグ標準を持っています
<a href = "\code.ixc">temp_file</a>
このように 10 個のファイルがリストされる可能性があります。ここで、「temp_file」文字列を検索したいと思います。使った
<a href=\".*\">(?<name>.*)</a>
しかし、検索されたパターンに対して0カウントが返されます。この文字列を検索するための正しい正規表現を手伝ってくれる人はいますか?