You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2017/10/02 22:49:01 UTC

svn propchange: r1810605 - svn:log

Author: ylavic
Revision: 1810605
Modified property: svn:log

Modified: svn:log at Mon Oct  2 22:49:01 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Oct  2 22:49:01 2017
@@ -1,9 +1,8 @@
 ap_expr: open string expressions to the <word>.
 
-Introduces the syntax "%{:<word>:}", borrowed from the <var>'s one which is
-"%{<var_name>[:<var_function_args>]}" and already allowed in string expressions
-and which likewise can be embedded anywhere in a string expression (the same
-reserved character ':' gets reused in an unambiguous manner).
+Introduces the syntax "%{:<word>:}", borrowed from the <var>'s one, and which
+likewise can be embedded anywhere in a string expression (the same reserved
+character ':' gets reused in an unambiguous manner).
 
 This allows the two types of expressions (boolean and string) to now share
 fully the same language set, namely: strings, lists, vars, regexes, backrefs,