Saxonica.com

fn:substring-after

fn:substring-after( string? $operand1, string? $operand2) → string?

Function signature

$operand1

xs:string ?

$operand2

xs:string ?

Result

xs:string ?

Returns that part of the given input string that occurs after the first occurrence of the string given in $operand2

XPath 2.0 Specification

fn:substring-after( string? $operand1, string? $operand2, string $collation) → string?

Function signature

$operand1

xs:string ?

$operand2

xs:string ?

$collation

xs:string

Result

xs:string ?

Returns that part of the given input string that occurs after the first occurrence of the string given in $operand2, using the given collation to compare strings

XPath 2.0 Specification

Next