Skip to main content

Questions tagged [notepad++]

Notepad++ is a free and open source text editor for Windows. It is designed as a replacement for the built-in Notepad application.

notepad++
4 votes
1 answer
86 views

Can negation in regex in Notepad++ match emoji or other unicode char at U+10000 and above outside the Basic Multilingual Plane (BMP)?

It seems the regex engine used by Notepad++ can't do what I thought it would. Maybe a more general problem, not only with negation syntax. Example with unicode number U+1F3B5, Unicode Name "...
user avatar
0 votes
0 answers
37 views

Notepad++ wildcard with "replace" [duplicate]

I am having difficulty using wildcard character (.) to replace text. It works fine to find the desired text; but instead of retaining the "wildcard" text, it replaces it with . I want to ...
Rich's user avatar
  • 1
0 votes
3 answers
88 views

Bookmark lines that start with a digit and are consecutive, while skipping some other lines

I have a list like following: Peie 71,176,953 T-re 71,173,557 5-Mts 41,653,495 45678 Sia 36,136,829 36,100,829 4-Diepi 120,829 uteCra 36,100 Oct2018 Now I want to bookmark lines that start with a ...
Pubg Mobile's user avatar
0 votes
0 answers
39 views

Notepad++ : Replace digits [0-9] for the same digits [duplicate]

I'm trying using this pattern \s[0-9]+\. in "Find what" , but I want to keep the same original numbers in "Replace with" in order to break text into paragraghs. What code should I ...
Notlaw's user avatar
  • 89
0 votes
0 answers
22 views

Insert multiple tabs (or characters) using Regular Expressions [duplicate]

I'm using Notepad++ RegEx Replace to convert a lateral list Q, N, S, G into a vertical one, with multiple tabs preceding each character. Q N S G Is ...
MJA's user avatar
  • 366
0 votes
0 answers
86 views

pound sign is not displaying correctly (showing like "xA3") in xml file generated from java in notepad++

I am generating one xml file from java code where currency symbol "£" is showing as xA3 in notepad++ and showing correctly in notepad. Encoding for the file is defined as UTF-8. If i copy ...
Deepti's user avatar
  • 5
0 votes
1 answer
55 views

Notepad++ Combining two types of lines (similar information) throughout a large document?

So, I have chat logs between a friend and I from Snapchat that we want in an easier to read way. You get the data in an html format from Snapchat, and so far I've got it edited down to this format: ...
shayneexx's user avatar
1 vote
1 answer
56 views

Notepad++ and regex: how to UPPERCASE only first letter in specific words with / find / replace [duplicate]

This is the given situation: INPUT TEXT jjj=Johann{enter}{enter} uuu=08:30{tab}18:00{tab} vvv=08:30{up}18:45{down}08:30{left}18:45{right}08:30{tab} OUTPUT TEXT (goal) jjj=Johann{Enter}...
Johann Sterzik's user avatar
3 votes
3 answers
118 views

How can I rearrange lines of text with regular expression search-and-replace?

I have a log file containing timestamps and usernames on our service from 6+ years ago. The issue lies in the fact that the new system won't accept any logs from 3+ years ago without some heavy ...
SamHammie's user avatar
2 votes
1 answer
47 views

How to add comment out multiliple lines in multiple files?

I am trying to comment out an Azure DevOps pipeline stage in multiple yaml files. I tried using Find in Files in Notepad++, but unsuccessful. I am trying to comment out the following stage. - stage: ...
albbla91's user avatar
2 votes
1 answer
67 views

Notepad++ Remove Empty Spaces or characters after the specific LAST character

Is there any way to tell Notepad please do this... FROM THIS 15.63387,46.42795,1,130,1,210,Sele pri Polskavi TO THIS 15.63387,46.42795,1,130,1,210 I would like to remove everything after the last , (...
HARPER's user avatar
  • 23
0 votes
1 answer
26 views

Git rebase can't use notepad++ folder does not exist/git proceeds regardless of notepad++ [duplicate]

as titled. git commit git rebase -i all are unsuccessful Looking in process monitor I was able to see that notepad initially successfully reads the file and then in the mean time the folder is deleted....
nopeless's user avatar
  • 101
-3 votes
1 answer
46 views

Transpose within Transpose Notepad++? [closed]

I have a text file that looks like this (but 132k lines) ******** name : one Place : city Initial: none ******** name : two Place : city2 Initial: none ******** name : three Place : city3 Initial: ...
Gene Parmesan's user avatar
0 votes
0 answers
28 views

Bookmark lines that contain percentage values below a certain threshold [duplicate]

In Notepad++, I'm seeking assistance to bookmark lines that contain percentage values below a certain threshold. For instance, how can I bookmark all lines featuring percentage values lower than 98.5%?...
Pubg Mobile's user avatar
1 vote
1 answer
25 views

Matches two line immediately following the target line

I have a list like following: tttttttttttyyyyyyyyyyyyyy 28758.gif: 100.00% tttttttttttyyyyyyyyyyyyyy 28759.gif: 98.92% tttttttttttyyyyyyyyyyyyyy 28760.gif: 100.00% tttttttttttyyyyyyyyyyyyyy 28761.gif: ...
Pubg Mobile's user avatar

15 30 50 per page