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.
aaaaa1bbbbb ccccc2ddddd eeeee3fffff
ファイルを置き換えた後、数字の前のすべての文字を削除したいのですが、次のようになります
bbbbb ddddd fffff
ダイアログ ボックスで、Find and Replace次の値を入力します。
Find and Replace
Find what
^[a-z]+[0-9]
Replace with
Regular Expression
Replace All