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

normalize-unicode

The normalize-unicode() function returns a canonical representation of a string in which different ways of representing the same Unicode character have been reduced to a common representation. This makes it possible to compare two strings accurately.

Argument

Data Type

Meaning

input

xs:string?

The string to be normalized

form(optional)

xs:string

The normalization form to be used

Result

xs:string?

The result of normalizing the string

Категории