-
Notifications
You must be signed in to change notification settings - Fork 1
Ltrim
cicada edited this page Dec 7, 2022
·
7 revisions
String functions ltrim
- ltrim(string_dataitem)
ltrim(string_dataitem) removes space characters before the first non space character in string_dataitem.
data item string_dataitem with string value type
5.15
attribute
ltrimA (ADomain) :=
ltrim
(A);
A | ltrimA | |
'Test' | 'Test' | |
'88hallo99' | '88hallo99' | |
'+)' | '+)' | |
'twee woorden' | 'twee woorden' | |
' test met spatie' | 'test met spatie' |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.