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

svn commit: r1595084 - /jena/site/trunk/content/documentation/query/library-propfunc.mdtext

Author: sallen
Date: Fri May 16 00:31:38 2014
New Revision: 1595084

URL: http://svn.apache.org/r1595084
Log:
JENA-697 Added documentation for the strSplit property function

Modified:
    jena/site/trunk/content/documentation/query/library-propfunc.mdtext

Modified: jena/site/trunk/content/documentation/query/library-propfunc.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/library-propfunc.mdtext?rev=1595084&r1=1595083&r2=1595084&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/library-propfunc.mdtext (original)
+++ jena/site/trunk/content/documentation/query/library-propfunc.mdtext Fri May 16 00:31:38 2014
@@ -135,6 +135,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>
 
 [ARQ documentation index](index.html)