--- code/trunk/doc/html/pcretest.html 2009/03/17 21:16:01 391 +++ code/trunk/doc/html/pcretest.html 2009/03/17 21:30:30 392 @@ -77,6 +77,12 @@ compiled pattern is given after compilation.

+-M +Behave as if each data line contains the \M escape sequence; this causes +PCRE to discover the minimum MATCH_LIMIT and MATCH_LIMIT_RECURSION settings by +calling pcre_exec() repeatedly with different limits. +

+

-m Output the size of each compiled pattern after it has been compiled. This is equivalent to adding /M to each regular expression. For compatibility @@ -697,9 +703,9 @@


REVISION

-Last updated: 12 April 2008 +Last updated: 10 March 2009
-Copyright © 1997-2008 University of Cambridge. +Copyright © 1997-2009 University of Cambridge.

Return to the PCRE index page.