NetBeansв„ў IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications (2nd Edition)

The substring-after() function returns that part of a string value that occurs after the first occurrence of some specified substring.

For example, the expression «substring-after('print=yes', '=') » returns the string "yes" .

Argument

Data Type

Meaning

value

xs:string?

The containing string

substring

xs:string?

The test string

collation (optional)

xs:string

The collation to be used for comparing strings

Result

xs:string

A string containing those characters that follow the first occurrence of the test substring within the containing string

Категории