FG
💻 Software

Replace With Same Expressions in Notepad++

Fresh5 days ago
Mar 15, 202612464 views
Confidence Score0%
0%

Problem

Let's say I have a text file with two columns of numbers separated by a single tab: and I want to be able to add an additional tab between the columns. For the example to make better sense, let's say these columns are surrounded by large amounts of text. My search expression would be something like…

Error Output

23  45
456 872
1569    489
78  357
789 94

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Replace With Same Expressions in Notepad++

Low Risk

Notepad++ allows you to use capture groups in the search regex, and then refer to those in the replacement. so, use the search term . The parentheses tell Notepad++ to "capture" the part of the text that matches that part of the regex - in this case…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment