TrimLeft
Removes leading whitespace from a string.
Syntax
-
TrimLeft(s)
-
s
is a string
-
Description
TrimLeft(s)
returns s
with all leading whitespace removed.
Removes leading whitespace from a string.
TrimLeft(s)
s
is a string
TrimLeft(s)
returns s
with all leading whitespace removed.