Skip to main content

is_unicode_assigned

Function is_unicode_assigned 

Source
pub fn is_unicode_assigned<T>(
    arg: impl IntoExpr<T>,
) -> Expr<<T as StringBoolExpr>::Output>
where T: StringBoolExpr,
Expand description

Tests whether every character has an assigned Unicode code point. Requires PostgreSQL 18 or newer and UTF8. Maps to PostgreSQL UNICODE_ASSIGNED.