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-35) Functions based on substring matching

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

Preston Carman closed VXQUERY-35.
---------------------------------

> Functions based on substring matching
> -------------------------------------
>
>                 Key: VXQUERY-35
>                 URL: https://issues.apache.org/jira/browse/VXQUERY-35
>             Project: VXQuery
>          Issue Type: Sub-task
>            Reporter: Preston Carman
>            Assignee: Till
>              Labels: patch
>         Attachments: StringMatchingFunctions1.patch, StringMatchingFunctions2.patch, StringMatchingFunctions3.patch, StringMatchingFunctions4.patch
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> The next set of functions suggested are functions dealing with substring matching. The details and list can be found at http://www.w3.org/TR/xquery-operators/#substring.functions.
> fn:contains - Indicates whether one xs:string contains another xs:string. A collation may be specified.
> fn:starts-with - Indicates whether the value of one xs:string begins with the collation units of another xs:string. A collation may be specified.
> fn:ends-with - Indicates whether the value of one xs:string ends with the collation units of another xs:string. A collation may be specified.
> fn:substring-before - Returns the collation units of one xs:string that precede in that xs:string the collation units of another xs:string. A collation may be specified.
> fn:substring-after - Returns the collation units of xs:string that follow in that xs:string the collation units of another xs:string. A collation may be specified.



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