Skip to main content

trim_end

Function trim_end 

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

Removes trailing spaces from a text expression. Maps to PostgreSQL TRIM(TRAILING FROM expression).