A
A
arepository2019-04-18 15:47:46
Regular Expressions
arepository, 2019-04-18 15:47:46

How to remove all tabs and spaces after the last character in each line using regular expressions in Notepad++?

in short, after the last character in each line, using regular expressions, remove all invisible garbage

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dodo512, 2019-04-18
@arepository

\h+$

V
vreitech, 2019-04-18
@fzfx

[^\w\W]+$

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question