On Mon, Mar 30, 2009 at 12:31:26PM +0200, Achim wrote: > > ----- > !! > don't fully understand the meaning of this section: "[^>]*", > !! > could you explain it? > !! > !! Sure, it means "zero or more of any character except for >". > > No, not always, see condition above and below. > "any character" may be any character except or including a newline > which make a big difference.
If you have a look at the plugin source you'll see that the regex is "compiled" with the DOTALL flag which tells the regex engine to match newlines for "."... /olle ------------------------------------------------------------------------------ _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop