Skip to main content

case_fold

Function case_fold 

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

Performs collation-dependent Unicode case folding. Requires PostgreSQL 18 or newer and UTF8. Maps to PostgreSQL CASEFOLD.