Preston Carman created VXQUERY-35:
-------------------------------------

             Summary: Functions based on substring matching
                 Key: VXQUERY-35
                 URL: https://issues.apache.org/jira/browse/VXQUERY-35
             Project: VXQuery
          Issue Type: Bug
            Reporter: Preston Carman


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to