Module ltrim
datafusion_
functions
50.3.0
Module ltrim
Module Items
Structs
Functions
In datafusion_
functions::
string
datafusion_functions
::
string
Module
ltrim
Copy item path
Source
Structs
§
Ltrim
Func
Functions
§
ltrim
🔒
Returns the longest string with leading characters removed. If the characters are not specified, whitespace is removed. ltrim(‘zzzytest’, ‘xyz’) = ‘test’