You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vxquery.apache.org by "Preston Carman (JIRA)" <ji...@apache.org> on 2016/09/09 17:52:20 UTC

[jira] [Closed] (VXQUERY-34) Basic String Functions

     [ https://issues.apache.org/jira/browse/VXQUERY-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Preston Carman closed VXQUERY-34.
---------------------------------

> Basic String Functions 
> -----------------------
>
>                 Key: VXQUERY-34
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-34
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Till
>              Labels: patch
>         Attachments: BasicStringFunctions2.patch, BasicStringFunctions3.patch, BasicStringFunctions4.patch, BasicStringFunctions5.patch, BasicStringFunctions6.patch
>
>
> The basic string functions to build help with basic queries.
> fn:concat - Concatenates two or more xs:anyAtomicType arguments cast to xs:string.
> fn:string-join - Returns the xs:string produced by concatenating a sequence of xs:strings using an optional separator.
> fn:substring - Returns the xs:string located at a specified place within an argument xs:string.
> fn:string-length - Returns the length of the argument.
> fn:upper-case - Returns the upper-cased value of the argument.
> fn:lower-case - Returns the lower-cased value of the argument.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)