H hsanyue Пользователь Регистрация 13.03.2014 Сообщения 58 Благодарностей 0 Баллы 6 01.06.2014 #1 I want to take a line contain special words from list, how can I do that? thanks in advance.
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 01.06.2014 #2 Merge the list, then use wordprocessing=>regex and use .*{-Variable.SPECIAL WORD-}.* as match to get the line the word is on Реакции: rostonix
Merge the list, then use wordprocessing=>regex and use .*{-Variable.SPECIAL WORD-}.* as match to get the line the word is on
H hsanyue Пользователь Регистрация 13.03.2014 Сообщения 58 Благодарностей 0 Баллы 6 02.06.2014 #3 bigcajones сказал(а): Merge the list, then use wordprocessing=>regex and use .*{-Variable.SPECIAL WORD-}.* as match to get the line the word is on Нажмите, чтобы раскрыть... not very understand u, can u give me a example xml
bigcajones сказал(а): Merge the list, then use wordprocessing=>regex and use .*{-Variable.SPECIAL WORD-}.* as match to get the line the word is on Нажмите, чтобы раскрыть... not very understand u, can u give me a example xml
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 02.06.2014 #4 Sure. Вложения MergeList Example.xmlz 15,3 КБ Просмотры: 196
H hsanyue Пользователь Регистрация 13.03.2014 Сообщения 58 Благодарностей 0 Баллы 6 02.06.2014 #5 bigcajones сказал(а): Sure. Нажмите, чтобы раскрыть... thx