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をたくさん持っています
myString + "<somehtml></somehtml>";
2つの正規表現が必要です。1つはすべての新しい行を置き換えるためのもので、もう1つはmyString + " すべての行の終わりを次のもので置き換えるためのものです。";
myString + "
";
MyEclipseを使用するだけで、正規表現を有効にして検索および置換できます。誰か助けてもらえますか?
個々の正規表現エンジンは異なる場合がありますが、一般的に、「^」は行の先頭に一致し、「$」は行の末尾に一致します。