From 07bac0bf75aa598e63f68949eabbd621c552466a Mon Sep 17 00:00:00 2001
From: Kevin Chabowski <kevin@kch42.de>
Date: Mon, 2 Jul 2012 22:19:28 +0200
Subject: set:array_filter added

---
 docu/language_definition.html | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'docu/language_definition.html')

diff --git a/docu/language_definition.html b/docu/language_definition.html
index 4cf4aaf..e311907 100644
--- a/docu/language_definition.html
+++ b/docu/language_definition.html
@@ -517,5 +517,13 @@
 		<h3 id="stdlib_array_add">ste:array_add</h3>
 			<p>Adding an element to an array. The <code>array</code> parameter takes the variable name of the array. The <code>key</code> parameter takes the array key to map the value to, if omitted, the value will be appended to the end of the array. The value is the tag's content.</p>
 		
+		<h3 id="stdlib_array_filter">ste:array_filter</h3>
+			<p>Filter out array elements by multiple criterias.</p>
+			<p>All the parameters are names of array variables.</p>
+			<p><code>array</code> – The array to filter.</p>
+			<p><code>keep_by_keys</code> – Keep elements with the keys in this array.</p>
+			<p><code>keep_by_values</code> – Keep elements with the values in this array.</p>
+			<p><code>delete_by_keys</code> – Delete elements with the keys in this array.</p>
+			<p><code>delete_by_values</code> – Delete elements with the values in this array.</p>
 </body>
 </html>
-- 
cgit v1.2.3-70-g09d2