How to delete empty lines in a list?

  • Автор темы Автор темы myboty
  • Дата начала Дата начала

myboty

Новичок
Регистрация
22.05.2019
Сообщения
28
Реакции
1
Баллы
3
Hello,

I have try to explore with :
\n
^$
^\n$

I need your help.

Regards.
 
It is very simple, i need flow List Processing - Delete lines - Containing only space symbols
 
Oh, it is simple! I’ll try. Thank you a lot.

I love this program!
 
Hum, it seems not to work
 
Последнее редактирование:
Hello,

I have try to explore with :
\n
^$
^\n$

I need your help.

Regards.

Hi.
You can use one of this C# snippets.
Useful snippet for deleting blank lines from .txt file

UPD:

Also quick google search "match blank line regex" and the first stackoverflow gives this regex
^\s*$
43914
 
Oh, ok for the Google research. I used the query with 'zennoposter' term too. My bad.

Thank you for your assistance.
 
  • Спасибо
Реакции: lokiys

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)