StringTrimLeftThe function cuts line feed characters, spaces and tabs in the left part of the string till the first meaningful symbol. The string is modified at place.
Parameters text [in] String that will be cut from the left. Return Value A copy of the cut string if possible, otherwise an empty string. Example:
|