diff --git a/doc/index.html b/doc/index.html index 52f450f..fbe47f6 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2123,7 +2123,7 @@ CL-USER 2 > (scan-to-strings "<|<=" "<=") in "[a-ge-kf]") or to otherwise optimize these tests for speed. However, you can play with *OPTIMIZE-CHAR-CLASSES* - if you've identified character classes as bottleneck and want to + if you've identified character classes as a bottleneck and want to make sure that you have O(1) test functions.
  • If you know that the expression you're looking for is anchored, @@ -2131,7 +2131,7 @@ CL-USER 2 > (scan-to-strings "<|<=" "<=") your scanners more efficient.
  • In addition to anchors, constant strings at the start or end of a - regular expression can help the engine to quickly scan a strang. + regular expression can help the engine to quickly scan a string. Note that for example "(a-d|aebf)" and "ab(cd|ef)" are equivalent, but only the second form has a constant start the regex engine can recognize. @@ -2208,7 +2208,7 @@ me her PowerBook to test early versions of CL-PPCRE with MCL and OpenMCL.

    -$Header: /usr/local/cvsrep/cl-ppcre/doc/index.html,v 1.195 2008/07/23 22:24:52 edi Exp $ +$Header: /usr/local/cvsrep/cl-ppcre/doc/index.html,v 1.197 2008/07/23 23:45:18 edi Exp $

    BACK TO MY HOMEPAGE