Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.str
.ltrim
ltrim
is available since version 1.0.
Prototype:
string ltrim(string str)
Description:
Left trims a string. A left trimmed string is a string that contains no leading spaces or tabs.
Return value:
Returns the left trimmed string.