25801
Find And Run Robot / Re: what is happening in this key sequence?
« Last post by mouser on August 23, 2007, 03:50 PM »by the way for any given custom regular expression you can add this feature yourself if you are daring.
You basically add a second capture group to the regular expression, and use that in the alias "Result Filter" box.
So for example instead of:
^tor (.*)
You would match on
^tor (.*) [--(.*)]?
(actually im not sure about that []? part but if you know regular exressions im trying to add a second expression that is optional).
Then in the Result Filter box you put $$2
Having said that i think it's smarter to add a generic way of applying result filtering to regular expression results and so i will add it, just have to decide on the special characters to use for it.
You basically add a second capture group to the regular expression, and use that in the alias "Result Filter" box.
So for example instead of:
^tor (.*)
You would match on
^tor (.*) [--(.*)]?
(actually im not sure about that []? part but if you know regular exressions im trying to add a second expression that is optional).
Then in the Result Filter box you put $$2
Having said that i think it's smarter to add a generic way of applying result filtering to regular expression results and so i will add it, just have to decide on the special characters to use for it.

Recent Posts