Take specific REGEX MATCHES

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

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Реакции
93
Баллы
28
Can ZP take multiple matches from a REGEX in one step... for example -

I want Match# 0,3,5,7 ?



Or must the steps be separate?
 
*weekend bump
 
So its possible with multi-step process, if anyone has a simpler solution that would be killer... thanks.

 
Can't you throw the whole regexp result (-alll-) into a js array and process it there?
 
Lazlink if you want to pull all matches in your regex, substitute -|-all for -|-0.
 
the point. i want get all match on this search criteria step. then i save to .txt
 
If you are trying to get the match values for all of the checkboxes and save them to file then you will have to use the Get=>Webrowser=>Get dom text and then do a regular expression to pull out all of the results. If you are trying to check one of the checkboxes in a random fashion then you can use the random.int macro and put in values that are your lower limit and upper limit. It might help if you gave us the site you are working on and what you are trying to do.
 
If you are trying to get the match values for all of the checkboxes and save them to file then you will have to use the Get=>Webrowser=>Get dom text and then do a regular expression to pull out all of the results. If you are trying to check one of the checkboxes in a random fashion then you can use the random.int macro and put in values that are your lower limit and upper limit. It might help if you gave us the site you are working on and what you are trying to do.

thank you very much @bigcajones

:)
 

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