💻 Software
Find and Replace several several different values all at once
Fresh5 days ago
Mar 15, 2026116459 viewsConfidence Score0%
0%
Problem
I have a file with multiple instances of and and I need to replace both those strings with and respectively. Currently I'm doing two Find and Replace functions on each file one that finds and replaces it with and the other that finds and replaces it with . Is there any way to do this all at once in…
Error Output
Text_1
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Find and Replace several several different values all at once
Low Risk
Since Notepad++ 6.0 it is actually possible without scripts using the following technique: Find: Text_1 and Replace with: Text_A Find: Text2 and Replace with: TextB Find: (Text_1)|(Text2) Replace: (?1Text_A)(?2TextB) The general syntax is: ?1 refers…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix