G
G
gfan2014-01-11 23:01:33
Notepad++
gfan, 2014-01-11 23:01:33

How to quickly remove extra characters from a list?

There is a list like:

word1
word2™
word3›
word4è

It is necessary to remove all characters from the text, except for those that can be printed by holding Shift and pressing some number. That is, I need to remove all <>è"'}{, etc. from the file. I don’t want to manually do the replacement for each character, is there a faster way? There is Notepad ++, it should cope with this task.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gfan, 2014-01-11
@gfan

In notepad++, in regular expression search mode, replace [^A-Za-z_0-9\r\n] with an empty string.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question