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

string-to- codepoints

The string-to-codepoints() function returns a sequence of integers representing the Unicode codepoints of the characters in a string. For example, «string-to-codepoints("Kay") » returns the sequence (75, 97, 121) .

Argument

Data Type

Meaning

input

xs:string?

The input string

Result

xs:integer*

The codepoints of the characters in the input string

Категории