Table Processing - Delete Line

moookie

Новичок
Регистрация
26.05.2014
Сообщения
9
Благодарностей
0
Баллы
1
Hi I have a table which contains entries like these

action10
action11
action12
etc.
action111
action112
Now when I try to delete the line containing "action11" it will also delete action111, action112 etc. What is the correct way to this ? I haven't been able to work around this..

Also when selecting a random line from a table is it possible to store in a variable which line number was taken ?

Thanks in dvance
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 626
Благодарностей
5 963
Баллы
113
Delete by regex - \baction11\b
 

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