Skip to main content

normalize

Function normalize 

Source
pub fn normalize<T>(
    arg: impl IntoExpr<T>,
    form: NormalizationForm,
) -> Expr<<T as StringUnaryExpr>::Output>
where T: StringUnaryExpr,
Expand description

Normalizes text using the selected Unicode form. Requires PostgreSQL 13 or newer and UTF8. Maps to PostgreSQL NORMALIZE(expression, form).