Hi, When match number is set to a negative number and I match on e.g.
(\w+)=(\w+) Is it possible to match on a certain line or is it only possible to apply this pattern to the whole page (and thus the first line matching this pattern)? Using something like: my_unique_string_in_the_line.*(\w+)=(\w+) will only match once. regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

