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.
次の情報を含むファイルがあります。
dog<> cat<> cow<> bird<> tiger<> lion<> puma<>
notepad ++で検索と置換を実行すると、次のような結果が得られる可能性があります。
dog=dog1 cat=cat1 cow=cow1 bird=bird1 tiger=tiger1 lion=lion1 puma=puma1
探す:
^(.+)<>$
と置換する
\1=\11