List processing and remove by regex issue

shabbysquire

Client
Регистрация
25.11.2012
Сообщения
544
Благодарностей
26
Баллы
28
Not sure if a bug...

In list processing > remove by regex, I use \W (capital w), which is opposite of \w which match any alpha-numeric character, digit, or underscore.

\W wipes out all my data in the list - alpha-numeric.

Slightly related; how do I regex all empty lines in list by regex? I've used: \f \n \r \s \t, but none of them deletes the empty lines.

Thanks.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
It's not bug. Any space or \n \r will count within \W

Try ^\s*$
 

shabbysquire

Client
Регистрация
25.11.2012
Сообщения
544
Благодарностей
26
Баллы
28
Tried to delete empty lines with all above regex, and ^\s*$, but nothing works.

Now have to write to file using: list processing > add text (no issues with spaces).
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
Attach your file that you bind where this regexp doesnt work
 

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