Author: buildbot
Date: Mon Jul 7 15:06:13 2014
New Revision: 915380
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 Mon Jul 7 15:06:13 2014
@@ -1 +1 @@
-1608034
+1608483
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
Mon Jul 7 15:06:13 2014
@@ -276,7 +276,7 @@ assign to <code><i>var</i></code>.
<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
+Split a string and return a binding 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>