python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add special characther in notepad++/excel
I Need to replace a string like this:
20211201153000
In date format like this
2021/12/01 15:30:00 (yyyy/MM/GG hh:mm:ss)
Any solution?
Nicola T
Votes: 0
Answers: 3
Remove text starting form a specific character in Notepad++
I have a text document that looks like this:
2321.00 / 2321.00
342.44 / 4324
I need to remove everything starting with the first space and do it for every line.
The result should look like this:
2321....
madeinusa
Votes: 0
Answers: 2
How to bookmark every 5th row in Notepad++
I need to extract every 6th row from a text document. I think the first step is to bookmark them. I'm looking for a regex expression that will do that.
thanks
madeinusa
Votes: 0
Answers: 3
Notepad++ Put double quotes when finding a character
given: csv file with 500 lines of information What kind of search and replace can be done in notepad++ through regular expressions or through extended ones, so that when a certain character is found i...
Grafit
Votes: 0
Answers: 1