Trim leading whitespace (string.ltrim)
Declaration
Parameters
- text
string. Text to trim.
Returns
- out
string. The text with leading whitespace removed.
Description
Remove leading whitespace characters.
Whitespace includes "\r" "\n" "\t".
Example
At the end of this chapter