You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2014/05/16 02:31:57 UTC

svn commit: r908967 - in /websites/staging/jena/trunk/content: ./ documentation/query/library-propfunc.html

Author: buildbot
Date: Fri May 16 00:31:56 2014
New Revision: 908967

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/library-propfunc.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 16 00:31:56 2014
@@ -1 +1 @@
-1594843
+1595084

Modified: websites/staging/jena/trunk/content/documentation/query/library-propfunc.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-propfunc.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-propfunc.html Fri May 16 00:31:56 2014
@@ -273,6 +273,13 @@ variables are already set, test for the 
 Concatenate the arguments in the object list as strings, and
 assign to <code><i>var</i></code>.
 </td><tr>
+<tr><td>
+<code><i>var</i> apf:strSplit <i>(arg arg)</i></code>
+</td><td>
+Split a string and return multiple bindings for each result.  The subject variable should be unbound.  The first argument to the
+object list is the string to be split.  The second argument to the object list is a regular expression by which to split the string.
+The subject <code><i>var</i></code> is bound for each result of the split, and each result has the whitespace trimmed from it.
+</td><tr>
 </table>
 
 <p><a href="index.html">ARQ documentation index</a></p>