FG
💻 Software

Matching digits in Notepad++ extended search mode

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

Problem

Notepad++'s manual is rather vague on the special character for numerical used in extended search mode. It says: \d### - Decimal value (between 000 and 255) but literally entering "\d###" doesn't match anything. What I am trying to do is to replace with

Error Output

if VarA == 12
  VarB = 1

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Matching digits in Notepad++ extended search mode

Low Risk

I was having exactly the same problem! I found a workaround. First, use the 'Extended' search mode (what you call the 'interim mode') to find and replace all the newline characters with some random character that's not in the text. For example, I re…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment