Skip to content

What do question marks mean in function signatures #2

@briesenberg07

Description

@briesenberg07

For example, see signature for fn:ends-with from XPath and XQuery Functions and Operators 3.1:

fn:ends-with($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean

fn:ends-with(	$arg1	 as xs:string?,
     $arg2	 as xs:string?,
     $collation	 as xs:string) as xs:boolean

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions