ulowsurr

Description

Returns 1 if the Unicode value at position start is the low half of a surrogate pair (which should appear second in the pair). Returns 0 otherwise.

Syntax

ulowsurr(uchar_expr, start)

Parameters

uchar_expr

is a character-type column name, variable, or constant expression of unichar, or univarchar type.

start

specifies the character position to investigate.

Usage

Standards

SQL92 – Compliance level: Transact-SQL extension.

Permissions

Any user can execute ulowsurr.

See also

Functions uhighsurr