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.
これが私の考えです。おそらくcmsによって生成されたphpページから、静的htmlページを作成できるツールを作成したいと考えています。
次に、ある種の正規表現またはクリーン ツールを使用して html を再編成し、よりクリーンで標準化された yslow 準拠の html ページを生成したいと考えています。
私は存在しないものを尋ねるかもしれません。
お時間をいただきありがとうございます。
Tidy を見てみましょう: http://php.net/manual/en/book.tidy.php
HTMLのクリーンアップに最適です。
正規表現ではなく、拡張機能です。