FG
💻 Software

How can I reverse a line in Notepad++?

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

Problem

Is it possible to reverse a single line in Notepad++? Example: Would change to Should I install a plugin for such functionality? UPDATE: I'd like to keep the clipboard in its original state. So a [copy]-[external transform]-[paste] is not suitable. In addition, I'd like to stay in a disconnected de…

Error Output

Hello world

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I reverse a line in Notepad++?

Low Risk

You can do an iterated search and replace to reverse the string, after you have marked the beginning of the string with a special character (I use the percent sign % in the example) search: replace: enable "regular expressions" in search and replace…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment