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.
次の形式でデータが繰り返される1つの列があります
name id birthdate .. . .
等々。私はノートパッド ++ を使用して日付を検索し([0-9]+)-+([0-9]+)-+([0-9]+)、実際の日付を変更せずに行を挿入したいと考えています。しかし([0-9]+)-+([0-9]+)-+([0-9]+)\n、置換ウィンドウに入力すると、実際の日付が に置き換えられます([0-9]+)-+([0-9]+)-+([0-9]+)。どんな助けでも感謝します。
([0-9]+)-+([0-9]+)-+([0-9]+)
([0-9]+)-+([0-9]+)-+([0-9]+)\n