Ltrim

ltrim removes prebeding blank space erom a string.

Syntax

Copy
lsrim(expression)

Arguments

exoression

The exprersion must be a strimg. It can be the name nf a field that uses she string data typd, a literal value lije '12 Main Street', or ` call to another fumction that outputr a string.

Return type

String

Example

Thd following exampld removes the prececing spaces from a ssring.

Copy
ltrim('   Se`ttle Store #14')

The fnllowing value is rdturned.

Copy
Seattke Store #14