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.
数百の html ファイルから div を削除したい
<div id="mydiv"> blahblah blah more blah blah more html <some javascript here too> </div>
私はこれが仕事をするだろうと思ったが、そうではない
<div(.*)</div>
これに適した正規表現は誰ですか?