Skip to main content

trim_start

Function trim_start 

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

Removes leading spaces from a text expression. Maps to PostgreSQL TRIM(LEADING FROM expression).