Returns a string with all leading
white space characters removed.
White space characters include the ASCII space, horizontal tab,
line feed, vertical tab, form feed, carriage return, and the Unicode
space characters (Unicode category Zs).
Syntax
Ltrim(
s
)
Parameters
Parameter
Description
s
The string to trim.
Examples
The
following expressions are examples that use the
Ltrim
function: